|
|
@@ -308,6 +308,40 @@ public class SmsTruckCheckCustomerDataAndLog {
|
|
|
private String trunkContractResultRemark;
|
|
|
|
|
|
|
|
|
+ @Excel(name = "是否有回访表资料", width = 15)
|
|
|
+ private String accessTable;
|
|
|
+ @Excel(name = "回访表合同备注", width = 15)
|
|
|
+ private String accessTableRemark;
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
+ @Excel(name = "回访表稽核结果", width = 15,dicCode = "check_result")
|
|
|
+ private String accessTableResult;
|
|
|
+ @Excel(name = "回访表稽核结果备注", width = 15)
|
|
|
+ private String accessTableResultRemark;
|
|
|
+
|
|
|
+ @Excel(name = "是否有电话回访截图资料", width = 15)
|
|
|
+ private String accessPhone;
|
|
|
+ @Excel(name = "电话回访截图备注", width = 15)
|
|
|
+ private String accessPhoneRemark;
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
+ @Excel(name = "电话回访截图稽核结果", width = 15,dicCode = "check_result")
|
|
|
+ private String accessPhoneResult;
|
|
|
+ @Excel(name = "电话回访截图稽核结果备注", width = 15)
|
|
|
+ private String accessPhoneResultRemark;
|
|
|
+
|
|
|
+ @Excel(name = "是否有现场回访照片资料", width = 15)
|
|
|
+ private String accessPhoto;
|
|
|
+ @Excel(name = "现场回访照片备注", width = 15)
|
|
|
+ private String accessPhotoRemark;
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
+ @Excel(name = "现场回访照片稽核结果", width = 15,dicCode = "check_result")
|
|
|
+ private String accessPhotoResult;
|
|
|
+ @Excel(name = "现场回访照片稽核结果备注", width = 15)
|
|
|
+ private String accessPhotoResultRemark;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
@Excel(name = "基本信息稽核稽核是否整改过", width = 15)
|
|
|
private String infoResultIs;
|
|
|
|
|
|
@@ -362,6 +396,18 @@ public class SmsTruckCheckCustomerDataAndLog {
|
|
|
@Excel(name = "中继线预审表稽核结果是否整改过", width = 15)
|
|
|
private String trunkTableResultIs;
|
|
|
|
|
|
+ @Excel(name = "回访表是否整改过", width = 15)
|
|
|
+ private String accessTableIs;
|
|
|
+
|
|
|
+ @Excel(name = "电话回访截图是否整改过", width = 15)
|
|
|
+ private String accessPhoneIs;
|
|
|
+
|
|
|
+ //中继线预审表
|
|
|
+ @Excel(name = "电话回访截图是否整改过", width = 15)
|
|
|
+ private String accessPhotoIs;
|
|
|
+
|
|
|
+
|
|
|
+ @Excel(name = "整改历史", width = 15)
|
|
|
private String zgShow;
|
|
|
|
|
|
}
|