|
|
@@ -34,8 +34,7 @@ public class SmsTruckCheckCustomerDataAndLog {
|
|
|
|
|
|
|
|
|
private String control;
|
|
|
- /** 客户营业执照 */
|
|
|
- private String businessLicense;
|
|
|
+
|
|
|
/** 经办人介绍信和身份证复印件 */
|
|
|
private String idCard;
|
|
|
/** 标准文本合同 */
|
|
|
@@ -310,6 +309,16 @@ public class SmsTruckCheckCustomerDataAndLog {
|
|
|
@Excel(name = "中继线合同备注", width = 15)
|
|
|
private String trunkContractRemark;
|
|
|
|
|
|
+ @Excel(name = "营业执照上传资料", width = 15)
|
|
|
+ private String businessLicense;
|
|
|
+ //入网申请签报备注
|
|
|
+ @Excel(name = "营业执照上传资料备注")
|
|
|
+ private String businessLicenseRemark;
|
|
|
+ @Excel(name = "营业执照上传资料稽核结果")
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
+ private String businessLicenseResult;
|
|
|
+ @Excel(name = "营业执照上传资料稽核结果备注")
|
|
|
+ private String businessLicenseResultRemark;
|
|
|
//中继线合同
|
|
|
@Dict(dicCode = "check_result")
|
|
|
@Excel(name = "中继线合同稽核结果", width = 15,dicCode = "check_result")
|