|
@@ -16,7 +16,7 @@ import java.util.Objects;
|
|
|
@TableName("sms_check_customer_data_log")
|
|
@TableName("sms_check_customer_data_log")
|
|
|
@Accessors(chain = true)
|
|
@Accessors(chain = true)
|
|
|
@EqualsAndHashCode(callSuper = false)
|
|
@EqualsAndHashCode(callSuper = false)
|
|
|
-@ApiModel(value="sms_check_customer_data_log对象", description="客户资料稽核结果")
|
|
|
|
|
|
|
+@ApiModel(value="sms_check_customer_data_log对象", description="客户资料稽核稽核结果")
|
|
|
public class SmsCheckCustomerDataLog {
|
|
public class SmsCheckCustomerDataLog {
|
|
|
|
|
|
|
|
/** 主键 */
|
|
/** 主键 */
|
|
@@ -27,39 +27,39 @@ public class SmsCheckCustomerDataLog {
|
|
|
@Excel(name = "客户id", width = 15)
|
|
@Excel(name = "客户id", width = 15)
|
|
|
@ApiModelProperty(value = "客户id")
|
|
@ApiModelProperty(value = "客户id")
|
|
|
private String infoId;
|
|
private String infoId;
|
|
|
- @ApiModelProperty(value = "基本信息稽核")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "基本信息稽核稽核结果")
|
|
|
private String infoResult;
|
|
private String infoResult;
|
|
|
- @ApiModelProperty(value = "基本信息稽核结果备注")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "基本信息结果备注")
|
|
|
private String infoResultRemark;
|
|
private String infoResultRemark;
|
|
|
@ApiModelProperty(value = "稽核资料ID")
|
|
@ApiModelProperty(value = "稽核资料ID")
|
|
|
private String dataId;
|
|
private String dataId;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "合同到期时间结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "合同到期时间稽核结果")
|
|
|
private String contractDateResult;
|
|
private String contractDateResult;
|
|
|
@ApiModelProperty(value = "合同到期时间结果备注")
|
|
@ApiModelProperty(value = "合同到期时间结果备注")
|
|
|
private String contractDateResultRemark;
|
|
private String contractDateResultRemark;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "营业执照到期时间结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "营业执照到期时间稽核结果")
|
|
|
private String businessLicenseDateResult;
|
|
private String businessLicenseDateResult;
|
|
|
@ApiModelProperty(value = "营业执照到期时间结果备注")
|
|
@ApiModelProperty(value = "营业执照到期时间结果备注")
|
|
|
private String businessLicenseDateResultRemark;
|
|
private String businessLicenseDateResultRemark;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "码号证书到期时间结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "码号证书到期时间稽核结果")
|
|
|
private String codeNumberDateResult;
|
|
private String codeNumberDateResult;
|
|
|
@ApiModelProperty(value = "码号证书到期时间结果备注")
|
|
@ApiModelProperty(value = "码号证书到期时间结果备注")
|
|
|
private String codeNumberDateResultRemark;
|
|
private String codeNumberDateResultRemark;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "备案通知到期时间结果备注")
|
|
@ApiModelProperty(value = "备案通知到期时间结果备注")
|
|
|
private String filingsDateResultRemark;
|
|
private String filingsDateResultRemark;
|
|
|
- @ApiModelProperty(value = "备案通知到期时间结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "备案通知到期时间稽核结果")
|
|
|
private String filingsDateResult;
|
|
private String filingsDateResult;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "增值业务许可证到期时间结果备注")
|
|
@ApiModelProperty(value = "增值业务许可证到期时间结果备注")
|
|
|
private String permitDateResultRemark;
|
|
private String permitDateResultRemark;
|
|
|
- @ApiModelProperty(value = "增值业务许可证到期时间结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "增值业务许可证到期时间稽核结果")
|
|
|
private String permitDateResult;
|
|
private String permitDateResult;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "法人/责任人证件结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "法人/责任人证件稽核结果")
|
|
|
private String corporationCardResult;
|
|
private String corporationCardResult;
|
|
|
@ApiModelProperty(value = "法人/责任人证件结果备注")
|
|
@ApiModelProperty(value = "法人/责任人证件结果备注")
|
|
|
private String corporationCardResultRemark;
|
|
private String corporationCardResultRemark;
|
|
@@ -67,50 +67,50 @@ public class SmsCheckCustomerDataLog {
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "责任人授权书结果备注")
|
|
@ApiModelProperty(value = "责任人授权书结果备注")
|
|
|
private String personResponsibleResultRemark;
|
|
private String personResponsibleResultRemark;
|
|
|
- @ApiModelProperty(value = "责任人授权书结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "责任人授权书稽核结果")
|
|
|
private String personResponsibleResult;
|
|
private String personResponsibleResult;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "经办人证件结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "经办人证件稽核结果")
|
|
|
private String operatorCardResult;
|
|
private String operatorCardResult;
|
|
|
@ApiModelProperty(value = "经办人证件结果备注")
|
|
@ApiModelProperty(value = "经办人证件结果备注")
|
|
|
private String operatorCardResultRemark;
|
|
private String operatorCardResultRemark;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "经办人手持身份证照片结果备注")
|
|
@ApiModelProperty(value = "经办人手持身份证照片结果备注")
|
|
|
private String operatorCardPhoneResultRemark;
|
|
private String operatorCardPhoneResultRemark;
|
|
|
- @ApiModelProperty(value = "经办人手持身份证照片结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "经办人手持身份证照片稽核结果")
|
|
|
private String operatorCardPhoneResult;
|
|
private String operatorCardPhoneResult;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "机房设备照片结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "机房设备照片稽核结果")
|
|
|
private String devicePhoneResult;
|
|
private String devicePhoneResult;
|
|
|
@ApiModelProperty(value = "机房设备照片结果备注")
|
|
@ApiModelProperty(value = "机房设备照片结果备注")
|
|
|
private String devicePhoneResultRemark;
|
|
private String devicePhoneResultRemark;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "短信模板结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "短信模板稽核结果")
|
|
|
private String textMessageResult;
|
|
private String textMessageResult;
|
|
|
@ApiModelProperty(value = "短信模板结果备注")
|
|
@ApiModelProperty(value = "短信模板结果备注")
|
|
|
private String textMessageResultRemark;
|
|
private String textMessageResultRemark;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "端口类短信业务责任承诺书结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "端口类短信业务责任承诺书稽核结果")
|
|
|
private String textMessageBookResult;
|
|
private String textMessageBookResult;
|
|
|
@ApiModelProperty(value = "端口类短信业务责任承诺书结果备注")
|
|
@ApiModelProperty(value = "端口类短信业务责任承诺书结果备注")
|
|
|
private String textMessageBookResultRemark;
|
|
private String textMessageBookResultRemark;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "信息安全责任承诺书结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "信息安全责任承诺书稽核结果")
|
|
|
private String secureBookResult;
|
|
private String secureBookResult;
|
|
|
@ApiModelProperty(value = "信息安全责任承诺书结果备注")
|
|
@ApiModelProperty(value = "信息安全责任承诺书结果备注")
|
|
|
private String secureBookResultRemark;
|
|
private String secureBookResultRemark;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "特殊资费审批结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "特殊资费审批稽核结果")
|
|
|
private String specialResult;
|
|
private String specialResult;
|
|
|
@ApiModelProperty(value = "特殊资费审批结果备注")
|
|
@ApiModelProperty(value = "特殊资费审批结果备注")
|
|
|
private String specialResultRemark;
|
|
private String specialResultRemark;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "入网签报结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "入网签报稽核结果")
|
|
|
private String networkAccessResult;
|
|
private String networkAccessResult;
|
|
|
@ApiModelProperty(value = "入网签报结果备注")
|
|
@ApiModelProperty(value = "入网签报结果备注")
|
|
|
private String networkAccessResultRemark;
|
|
private String networkAccessResultRemark;
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "集团价格审批结果")
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "集团价格审批稽核结果")
|
|
|
private String groupPriceApprovalResult;
|
|
private String groupPriceApprovalResult;
|
|
|
@ApiModelProperty(value = "集团价格审批结果备注")
|
|
@ApiModelProperty(value = "集团价格审批结果备注")
|
|
|
private String groupPriceApprovalResultRemark;
|
|
private String groupPriceApprovalResultRemark;
|