|
@@ -4,13 +4,14 @@ import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
|
+import org.jeecg.common.aspect.annotation.Dict;
|
|
|
|
|
+import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
|
|
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
|
|
|
|
|
|
@Data
|
|
@Data
|
|
|
public class SmsTruckCheckCustomerDataAndLog {
|
|
public class SmsTruckCheckCustomerDataAndLog {
|
|
|
|
|
|
|
|
-
|
|
|
|
|
private String id;
|
|
private String id;
|
|
|
/** 任务id */
|
|
/** 任务id */
|
|
|
private String taskId;
|
|
private String taskId;
|
|
@@ -18,48 +19,17 @@ public class SmsTruckCheckCustomerDataAndLog {
|
|
|
private String infoId;
|
|
private String infoId;
|
|
|
/** 客户资料ID */
|
|
/** 客户资料ID */
|
|
|
private String dataId;
|
|
private String dataId;
|
|
|
- @ApiModelProperty(value = "基本信息稽核稽核结果")
|
|
|
|
|
- private String infoResult;
|
|
|
|
|
- @ApiModelProperty(value = "基本信息结果备注")
|
|
|
|
|
- private String infoResultRemark;
|
|
|
|
|
-
|
|
|
|
|
- private String applySignResult;
|
|
|
|
|
- private String applySignResultRemark;
|
|
|
|
|
- //三张现场照片 threePhotos
|
|
|
|
|
- private String threePhotosResult;
|
|
|
|
|
- private String threePhotosResultRemark;
|
|
|
|
|
- //责任承诺书
|
|
|
|
|
- private String commitmentBookResult;
|
|
|
|
|
- private String commitmentBookResultRemark;
|
|
|
|
|
- //突破客户经理管控价是否有固网价格审批
|
|
|
|
|
- private String isPriceApprovalResult;
|
|
|
|
|
- private String isPriceApprovalResultRemark;
|
|
|
|
|
- //法人身份证
|
|
|
|
|
- private String legalIdCardResult;
|
|
|
|
|
- private String legalIdCardResultRemark;
|
|
|
|
|
- //经办人身份证.
|
|
|
|
|
- private String operatorIdCardResult;
|
|
|
|
|
- private String operatorIdCardResultRemark;
|
|
|
|
|
- //授权函.
|
|
|
|
|
- private String authorizeBookResult;
|
|
|
|
|
- private String authorizeBookResultRemark;
|
|
|
|
|
- //经营性呼叫中心增值业务许可证.
|
|
|
|
|
- private String zZBusinessLicenseResult;
|
|
|
|
|
- private String zZBusinessLicenseResultRemark;
|
|
|
|
|
- //呼叫中心业务说明.
|
|
|
|
|
- private String centerBusinessResult;
|
|
|
|
|
- private String centerBusinessResultRemark;
|
|
|
|
|
- //房屋租赁合同或房产证明.
|
|
|
|
|
- private String contractOrProveResult;
|
|
|
|
|
- private String contractOrProveResultRemark;
|
|
|
|
|
- //风险评估表
|
|
|
|
|
- private String riskTableResult;
|
|
|
|
|
- private String riskTableResultRemark;
|
|
|
|
|
private String logId;
|
|
private String logId;
|
|
|
/** 客户类型;0:一类客户 ,1:二类客户 */
|
|
/** 客户类型;0:一类客户 ,1:二类客户 */
|
|
|
- private Integer customType;
|
|
|
|
|
|
|
+
|
|
|
|
|
+ @Excel(name = "客户类型", width = 15,dicCode = "custom_type")
|
|
|
|
|
+ @Dict(dicCode = "custom_type")
|
|
|
|
|
+ private String customType;
|
|
|
/** 使用场景;0:办公自用,1:自用型呼叫中心,2:经营型呼叫中心,3:经济型会议电话 */
|
|
/** 使用场景;0:办公自用,1:自用型呼叫中心,2:经营型呼叫中心,3:经济型会议电话 */
|
|
|
- private Integer scene;
|
|
|
|
|
|
|
+
|
|
|
|
|
+ @Excel(name = "使用场景", width = 15,dicCode = "scene")
|
|
|
|
|
+ @Dict(dicCode = "scene")
|
|
|
|
|
+ private String scene;
|
|
|
/** 客户营业执照 */
|
|
/** 客户营业执照 */
|
|
|
private String businessLicense;
|
|
private String businessLicense;
|
|
|
/** 经办人介绍信和身份证复印件 */
|
|
/** 经办人介绍信和身份证复印件 */
|
|
@@ -95,106 +65,303 @@ public class SmsTruckCheckCustomerDataAndLog {
|
|
|
/** 更新时间 */
|
|
/** 更新时间 */
|
|
|
private Date updateTime;
|
|
private Date updateTime;
|
|
|
/**员工编号*/
|
|
/**员工编号*/
|
|
|
|
|
+ @Excel(name = "员工编号", width = 15)
|
|
|
private String staffNo;
|
|
private String staffNo;
|
|
|
|
|
|
|
|
//客户经理手机号
|
|
//客户经理手机号
|
|
|
|
|
+ @Excel(name = "客户经理手机号", width = 15)
|
|
|
private String managePhone;
|
|
private String managePhone;
|
|
|
//房屋租赁合同到期时间
|
|
//房屋租赁合同到期时间
|
|
|
|
|
+ @Excel(name = "房屋租赁合同到期时间", width = 15)
|
|
|
private String houseDate;
|
|
private String houseDate;
|
|
|
//经营型呼叫中心增值许可证到期日
|
|
//经营型呼叫中心增值许可证到期日
|
|
|
|
|
+ @Excel(name = "经营型呼叫中心增值许可证到期日", width = 15)
|
|
|
private String zZBusinessLicenseDate;
|
|
private String zZBusinessLicenseDate;
|
|
|
- //营业执照到期时间 是否长期
|
|
|
|
|
|
|
+ //营业执照到期时间是否长期
|
|
|
|
|
+ @Excel(name = "营业执照到期时间是否长期", width = 15,dicCode = "is_long")
|
|
|
|
|
+ @Dict(dicCode = "is_long")
|
|
|
private String businessLicenseDateIs;
|
|
private String businessLicenseDateIs;
|
|
|
//营业执照到期时间
|
|
//营业执照到期时间
|
|
|
|
|
+ @Excel(name = "营业执照到期时间", width = 15)
|
|
|
private String businessLicenseDate;
|
|
private String businessLicenseDate;
|
|
|
//合同到期时间
|
|
//合同到期时间
|
|
|
|
|
+ @Excel(name = "合同到期时间", width = 15)
|
|
|
private String contractDate;
|
|
private String contractDate;
|
|
|
//风险评估等级(非办公自用需提供)
|
|
//风险评估等级(非办公自用需提供)
|
|
|
|
|
+ @Excel(name = "风险评估等级(非办公自用需提供)", width = 15)
|
|
|
private String riskGrade;
|
|
private String riskGrade;
|
|
|
//实际装机地址
|
|
//实际装机地址
|
|
|
|
|
+ @Excel(name = "实际装机地址", width = 15)
|
|
|
private String installationAddress;
|
|
private String installationAddress;
|
|
|
//楼宇名称
|
|
//楼宇名称
|
|
|
|
|
+ @Excel(name = "楼宇名称", width = 15)
|
|
|
private String floorName;
|
|
private String floorName;
|
|
|
//首次激活时间
|
|
//首次激活时间
|
|
|
|
|
+ @Excel(name = "首次激活时间", width = 15)
|
|
|
private String firstActivationDate;
|
|
private String firstActivationDate;
|
|
|
//客户编号
|
|
//客户编号
|
|
|
|
|
+ @Excel(name = "客户编号", width = 15)
|
|
|
private String customerNo;
|
|
private String customerNo;
|
|
|
//用户编号
|
|
//用户编号
|
|
|
|
|
+ @Excel(name = "用户编号", width = 15)
|
|
|
private String userNo;
|
|
private String userNo;
|
|
|
//入网时间
|
|
//入网时间
|
|
|
|
|
+ @Excel(name = "入网时间", width = 15)
|
|
|
private String networkAccessTime;
|
|
private String networkAccessTime;
|
|
|
//客户名称
|
|
//客户名称
|
|
|
|
|
+ @Excel(name = "客户名称", width = 15)
|
|
|
private String customerName;
|
|
private String customerName;
|
|
|
//用户状态
|
|
//用户状态
|
|
|
|
|
+ @Dict(dicCode = "user_status")
|
|
|
|
|
+ @Excel(name = "用户状态", width = 15,dicCode = "user_status")
|
|
|
private String userState;
|
|
private String userState;
|
|
|
//合同到期时间是否长期
|
|
//合同到期时间是否长期
|
|
|
|
|
+ @Dict(dicCode = "is_long")
|
|
|
|
|
+ @Excel(name = "合同到期时间是否长期", width = 15,dicCode = "is_long")
|
|
|
private String contractDateIs;
|
|
private String contractDateIs;
|
|
|
//
|
|
//
|
|
|
- //private String codeNumber;
|
|
|
|
|
|
|
+ @ApiModelProperty(value = " 码号")
|
|
|
|
|
+ @Excel(name = "码号", width = 15)
|
|
|
|
|
+ private String codeNumber;
|
|
|
//账户编码
|
|
//账户编码
|
|
|
|
|
+ @Excel(name = "账户编码", width = 15)
|
|
|
private String accountCode;
|
|
private String accountCode;
|
|
|
//楼宇编号
|
|
//楼宇编号
|
|
|
|
|
+ @Excel(name = "楼宇编号", width = 15)
|
|
|
private String floorCode;
|
|
private String floorCode;
|
|
|
//用户号码
|
|
//用户号码
|
|
|
|
|
+ @Excel(name = "用户号码", width = 15)
|
|
|
private String userCode;
|
|
private String userCode;
|
|
|
|
|
+ @ApiModelProperty(value = "基本信息稽核稽核结果")
|
|
|
|
|
+ @Excel(name = "基本信息稽核稽核结果", width = 15,dicCode = "check_result")
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ private String infoResult;
|
|
|
|
|
+
|
|
|
|
|
+ @ApiModelProperty(value = "基本信息稽核结果备注")
|
|
|
|
|
+ @Excel(name = "基本信息结果备注", width = 15)
|
|
|
|
|
+ private String infoResultRemark;
|
|
|
|
|
+
|
|
|
|
|
+ @Excel(name = "入网申请签报稽核结果", width = 15,dicCode = "check_result")
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ private String applySignResult;
|
|
|
|
|
+ @Excel(name = "入网申请签报稽核结果备注", width = 15)
|
|
|
|
|
+ private String applySignResultRemark;
|
|
|
//入网申请签报 applySign
|
|
//入网申请签报 applySign
|
|
|
|
|
+ @Excel(name = "是否有入网申请签报资料", width = 15)
|
|
|
private String applySign;
|
|
private String applySign;
|
|
|
//入网申请签报备注
|
|
//入网申请签报备注
|
|
|
|
|
+ @Excel(name = "入网申请签报备注", width = 15)
|
|
|
private String applySignRemark;
|
|
private String applySignRemark;
|
|
|
|
|
+
|
|
|
|
|
+ //三张现场照片 threePhotos
|
|
|
|
|
+ @Excel(name = "三张现场照片稽核结果", width = 15,dicCode = "check_result")
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ private String threePhotosResult;
|
|
|
|
|
+ @Excel(name = "三张现场照片稽核结果备注", width = 15)
|
|
|
|
|
+ private String threePhotosResultRemark;
|
|
|
//三张现场照片 threePhotos
|
|
//三张现场照片 threePhotos
|
|
|
|
|
+ @Excel(name = "是否有三张现场照片资料", width = 15)
|
|
|
private String threePhotos;
|
|
private String threePhotos;
|
|
|
//三张现场照片备注
|
|
//三张现场照片备注
|
|
|
|
|
+ @Excel(name = "三张现场照片备注", width = 15)
|
|
|
private String threePhotosRemark;
|
|
private String threePhotosRemark;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
//责任承诺书
|
|
//责任承诺书
|
|
|
|
|
+ @Excel(name = "责任承诺书稽核结果", width = 15,dicCode = "check_result")
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ private String commitmentBookResult;
|
|
|
|
|
+ @Excel(name = "责任承诺书稽核结果备注", width = 15)
|
|
|
|
|
+ private String commitmentBookResultRemark;
|
|
|
|
|
+ //责任承诺书
|
|
|
|
|
+ @Excel(name = "是否有责任承诺书资料", width = 15)
|
|
|
private String commitmentBook;
|
|
private String commitmentBook;
|
|
|
//责任承诺书备注
|
|
//责任承诺书备注
|
|
|
|
|
+ @Excel(name = "责任承诺书备注", width = 15)
|
|
|
private String commitmentBookRemark;
|
|
private String commitmentBookRemark;
|
|
|
|
|
+
|
|
|
//突破客户经理管控价是否有固网价格审批
|
|
//突破客户经理管控价是否有固网价格审批
|
|
|
|
|
+ @Excel(name = "突破客户经理管控价是否有固网价格审批稽核结果", width = 15,dicCode = "check_result")
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ private String isPriceApprovalResult;
|
|
|
|
|
+ @Excel(name = "突破客户经理管控价是否有固网价格审批稽核结果备注", width = 15)
|
|
|
|
|
+ private String isPriceApprovalResultRemark;
|
|
|
|
|
+ //突破客户经理管控价是否有固网价格审批
|
|
|
|
|
+ @Excel(name = "是否有突破客户经理管控价是否有固网价格审批资料", width = 15)
|
|
|
private String isPriceApproval;
|
|
private String isPriceApproval;
|
|
|
//突破客户经理管控价是否有固网价格审批备注
|
|
//突破客户经理管控价是否有固网价格审批备注
|
|
|
|
|
+ @Excel(name = "突破客户经理管控价是否有固网价格审批备注", width = 15)
|
|
|
private String isPriceApprovalRemark;
|
|
private String isPriceApprovalRemark;
|
|
|
//法人身份证
|
|
//法人身份证
|
|
|
|
|
+ @Excel(name = "法人身份证稽核结果", width = 15,dicCode = "check_result")
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ private String legalIdCardResult;
|
|
|
|
|
+ @Excel(name = "法人身份证稽核结果备注", width = 15)
|
|
|
|
|
+ private String legalIdCardResultRemark;
|
|
|
|
|
+ //法人身份证
|
|
|
|
|
+ @Excel(name = "是否有法人身份证资料", width = 15)
|
|
|
private String legalIdCard;
|
|
private String legalIdCard;
|
|
|
//法人身份证备注
|
|
//法人身份证备注
|
|
|
|
|
+ @Excel(name = "法人身份证备注", width = 15)
|
|
|
private String legalIdCardRemark;
|
|
private String legalIdCardRemark;
|
|
|
|
|
+
|
|
|
|
|
+ //经办人身份证.
|
|
|
|
|
+ @Excel(name = "经办人身份证稽核结果", width = 15,dicCode = "check_result")
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ private String operatorIdCardResult;
|
|
|
|
|
+ @Excel(name = "经办人身份证稽核结果备注", width = 15)
|
|
|
|
|
+ private String operatorIdCardResultRemark;
|
|
|
//经办人身份证.
|
|
//经办人身份证.
|
|
|
|
|
+ @Excel(name = "是否有经办人身份证资料", width = 15)
|
|
|
private String operatorIdCard;
|
|
private String operatorIdCard;
|
|
|
//经办人身份证备注
|
|
//经办人身份证备注
|
|
|
|
|
+ @Excel(name = "经办人身份证备注", width = 15)
|
|
|
private String operatorIdCardRemark;
|
|
private String operatorIdCardRemark;
|
|
|
//授权函.
|
|
//授权函.
|
|
|
|
|
+ @Excel(name = "授权函稽核结果", width = 15,dicCode = "check_result")
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ private String authorizeBookResult;
|
|
|
|
|
+ @Excel(name = "授权函稽核结果备注", width = 15)
|
|
|
|
|
+ private String authorizeBookResultRemark;
|
|
|
|
|
+ //授权函.
|
|
|
|
|
+ @Excel(name = "是否有授权函资料", width = 15)
|
|
|
private String authorizeBook;
|
|
private String authorizeBook;
|
|
|
//授权函备注
|
|
//授权函备注
|
|
|
|
|
+ @Excel(name = "授权函备注", width = 15)
|
|
|
private String authorizeBookRemark;
|
|
private String authorizeBookRemark;
|
|
|
|
|
+ //经营性呼叫中心增值业务许可证.
|
|
|
|
|
+ @Excel(name = "经营性呼叫中心增值业务许可证稽核结果", width = 15,dicCode = "check_result")
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ private String zZBusinessLicenseResult;
|
|
|
|
|
+ @Excel(name = "经营性呼叫中心增值业务许可证稽核结果备注", width = 15)
|
|
|
|
|
+ private String zZBusinessLicenseResultRemark;
|
|
|
//经营性呼叫中心增值业务许可证
|
|
//经营性呼叫中心增值业务许可证
|
|
|
|
|
+ @Excel(name = "是否有经营性呼叫中心增值业务许可证资料", width = 15)
|
|
|
private String zZBusinessLicense;
|
|
private String zZBusinessLicense;
|
|
|
//经营性呼叫中心增值业务许可证备注
|
|
//经营性呼叫中心增值业务许可证备注
|
|
|
|
|
+ @Excel(name = "经营性呼叫中心增值业务许可证备注", width = 15)
|
|
|
private String zZBusinessLicenseRemark;
|
|
private String zZBusinessLicenseRemark;
|
|
|
//呼叫中心业务说明.
|
|
//呼叫中心业务说明.
|
|
|
|
|
+ @Excel(name = "呼叫中心业务说明稽核结果", width = 15,dicCode = "check_result")
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ private String centerBusinessResult;
|
|
|
|
|
+ @Excel(name = "呼叫中心业务说明稽核结果备注", width = 15)
|
|
|
|
|
+ private String centerBusinessResultRemark;
|
|
|
|
|
+ //呼叫中心业务说明.
|
|
|
|
|
+ @Excel(name = "是否有呼叫中心业务说明资料", width = 15)
|
|
|
private String centerBusiness;
|
|
private String centerBusiness;
|
|
|
//呼叫中心业务说明备注
|
|
//呼叫中心业务说明备注
|
|
|
|
|
+ @Excel(name = "呼叫中心业务说明备注", width = 15)
|
|
|
private String centerBusinessRemark;
|
|
private String centerBusinessRemark;
|
|
|
//房屋租赁合同或房产证明.
|
|
//房屋租赁合同或房产证明.
|
|
|
|
|
+ @Excel(name = "房屋租赁合同或房产证明稽核结果", width = 15,dicCode = "check_result")
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ private String contractOrProveResult;
|
|
|
|
|
+ @Excel(name = "房屋租赁合同或房产证明稽核结果备注", width = 15)
|
|
|
|
|
+ private String contractOrProveResultRemark;
|
|
|
|
|
+ //房屋租赁合同或房产证明.
|
|
|
|
|
+ @Excel(name = "是否有房屋租赁合同或房产证明资料", width = 15)
|
|
|
private String contractOrProve;
|
|
private String contractOrProve;
|
|
|
//房屋租赁合同或房产证明备注
|
|
//房屋租赁合同或房产证明备注
|
|
|
|
|
+ @Excel(name = "房屋租赁合同或房产证明备注", width = 15)
|
|
|
private String contractOrProveRemark;
|
|
private String contractOrProveRemark;
|
|
|
//风险评估表
|
|
//风险评估表
|
|
|
|
|
+ @Excel(name = "风险评估表稽核结果", width = 15,dicCode = "check_result")
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ private String riskTableResult;
|
|
|
|
|
+ @Excel(name = "风险评估表稽核结果备注", width = 15)
|
|
|
|
|
+ private String riskTableResultRemark;
|
|
|
|
|
+ //风险评估表
|
|
|
|
|
+ @Excel(name = "是否有风险评估表资料", width = 15)
|
|
|
private String riskTable;
|
|
private String riskTable;
|
|
|
//风险评估表备注
|
|
//风险评估表备注
|
|
|
|
|
+ @Excel(name = "风险评估表备注", width = 15)
|
|
|
private String riskTableRemark;
|
|
private String riskTableRemark;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
//中继线预审表
|
|
//中继线预审表
|
|
|
|
|
+ @Excel(name = "是否有中继线预审表资料", width = 15)
|
|
|
private String trunkTable;
|
|
private String trunkTable;
|
|
|
//中继线预审表备注
|
|
//中继线预审表备注
|
|
|
|
|
+ @Excel(name = "中继线预审表备注", width = 15)
|
|
|
private String trunkTableRemark;
|
|
private String trunkTableRemark;
|
|
|
|
|
+ //中继线预审表
|
|
|
|
|
+ @Excel(name = "中继线预审表稽核结果", width = 15,dicCode = "check_result")
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ private String trunkTableResult;
|
|
|
|
|
+ @Excel(name = "中继线预审表稽核结果备注", width = 15)
|
|
|
|
|
+ private String trunkTableResultRemark;
|
|
|
//中继线合同
|
|
//中继线合同
|
|
|
|
|
+ @Excel(name = "是否有中继线合同资料", width = 15)
|
|
|
private String trunkContract;
|
|
private String trunkContract;
|
|
|
//中继线合同备注
|
|
//中继线合同备注
|
|
|
|
|
+ @Excel(name = "中继线合同备注", width = 15)
|
|
|
private String trunkContractRemark;
|
|
private String trunkContractRemark;
|
|
|
- //中继线预审表
|
|
|
|
|
- private String trunkTableResult;
|
|
|
|
|
- private String trunkTableResultRemark;
|
|
|
|
|
|
|
+
|
|
|
//中继线合同
|
|
//中继线合同
|
|
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
|
|
+ @Excel(name = "中继线合同稽核结果", width = 15,dicCode = "check_result")
|
|
|
private String trunkContractResult;
|
|
private String trunkContractResult;
|
|
|
|
|
+ @Excel(name = "中继线合同稽核结果备注", width = 15)
|
|
|
private String trunkContractResultRemark;
|
|
private String trunkContractResultRemark;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ @Excel(name = "基本信息稽核稽核是否整改过", width = 15)
|
|
|
|
|
+ private String infoResultIs;
|
|
|
|
|
+
|
|
|
|
|
+ @Excel(name = "入网申请签报稽核是否整改过", width = 15)
|
|
|
|
|
+ private String applySignResultIs;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ @Excel(name = "中继线合同稽核是否整改过", width = 15)
|
|
|
|
|
+ private String trunkContractResultIs;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ @Excel(name = "三张现场照片稽核结果是否整改过", width = 15)
|
|
|
|
|
+ private String threePhotosResultIs;
|
|
|
|
|
+
|
|
|
|
|
+ //责任承诺书
|
|
|
|
|
+ @Excel(name = "责任承诺书稽核结果是否整改过", width = 15)
|
|
|
|
|
+ private String commitmentBookResultIs;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ //突破客户经理管控价是否有固网价格审批
|
|
|
|
|
+ @Excel(name = "突破客户经理管控价是否有固网价格审批稽核结果是否整改过", width = 15)
|
|
|
|
|
+ private String isPriceApprovalResultIs;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ //法人身份证
|
|
|
|
|
+ @Excel(name = "法人身份证稽核结果是否整改过", width = 15)
|
|
|
|
|
+ private String legalIdCardResultIs;
|
|
|
|
|
+
|
|
|
|
|
+ @Excel(name = "经办人身份证稽核结果是否整改过", width = 15)
|
|
|
|
|
+ private String operatorIdCardResultIs;
|
|
|
|
|
+
|
|
|
|
|
+ //授权函.
|
|
|
|
|
+ @Excel(name = "授权函稽核结果是否整改过", width = 15)
|
|
|
|
|
+ private String authorizeBookResultIs;
|
|
|
|
|
+
|
|
|
|
|
+ //经营性呼叫中心增值业务许可证.
|
|
|
|
|
+ @Excel(name = "经营性呼叫中心增值业务许可证稽核结果是否整改过", width = 15)
|
|
|
|
|
+ private String zZBusinessLicenseResultIs;
|
|
|
|
|
+
|
|
|
|
|
+ //呼叫中心业务说明.
|
|
|
|
|
+ @Excel(name = "呼叫中心业务说明稽核结果是否整改过", width = 15)
|
|
|
|
|
+ private String centerBusinessResultIs;
|
|
|
|
|
+
|
|
|
|
|
+ //房屋租赁合同或房产证明.
|
|
|
|
|
+ @Excel(name = "房屋租赁合同或房产证明稽核结果是否整改过", width = 15)
|
|
|
|
|
+ private String contractOrProveResultIs;
|
|
|
|
|
+
|
|
|
|
|
+ @Excel(name = "风险评估表稽核结果是否整改过", width = 15)
|
|
|
|
|
+ private String riskTableResultIs;
|
|
|
|
|
+
|
|
|
|
|
+ //中继线预审表
|
|
|
|
|
+ @Excel(name = "中继线预审表稽核结果是否整改过", width = 15)
|
|
|
|
|
+ private String trunkTableResultIs;
|
|
|
|
|
+
|
|
|
|
|
+ private String zgShow;
|
|
|
|
|
+
|
|
|
}
|
|
}
|