|
|
@@ -31,6 +31,9 @@ public class SmsTruckCheckCustomerDataAndLog {
|
|
|
@Excel(name = "使用场景", width = 15,dicCode = "scene")
|
|
|
@Dict(dicCode = "scene")
|
|
|
private String scene;
|
|
|
+
|
|
|
+
|
|
|
+ private String control;
|
|
|
/** 客户营业执照 */
|
|
|
private String businessLicense;
|
|
|
/** 经办人介绍信和身份证复印件 */
|
|
|
@@ -407,6 +410,16 @@ public class SmsTruckCheckCustomerDataAndLog {
|
|
|
@Excel(name = "电话回访截图是否整改过", width = 15)
|
|
|
private String accessPhotoIs;
|
|
|
|
|
|
+ @Excel(name = "电话回访截图是否整改过", width = 15)
|
|
|
+ private String commitment;
|
|
|
+ @ApiModelProperty(value = "其他资料备注")
|
|
|
+ private String commitmentRemark;
|
|
|
+ //中继线合同
|
|
|
+ @ApiModelProperty(value = "其他资料稽核结果")
|
|
|
+ private String commitmentResult;
|
|
|
+ @ApiModelProperty(value = "其他资料稽核结果备注")
|
|
|
+ private String commitmentResultRemark;
|
|
|
+
|
|
|
|
|
|
@Excel(name = "整改历史", width = 15)
|
|
|
private String zgShow;
|