|
|
@@ -5,6 +5,7 @@ import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
+import org.jeecg.common.aspect.annotation.Dict;
|
|
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
|
@@ -23,10 +24,9 @@ public class SmsLotCheckCustomerDataAndLog {
|
|
|
|
|
|
private String stepsNow;
|
|
|
|
|
|
- /**卡类型 0测试卡;1正式卡*/
|
|
|
- private String blockType;
|
|
|
+
|
|
|
/**是否突破价格管控*/
|
|
|
- private String control;
|
|
|
+
|
|
|
/**合同文件*/
|
|
|
// @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
// private String contract;
|
|
|
@@ -84,15 +84,20 @@ public class SmsLotCheckCustomerDataAndLog {
|
|
|
@ApiModelProperty(value = "是否完成整改")
|
|
|
private String isComplete;
|
|
|
@ApiModelProperty(value = "使用场景")
|
|
|
+ @Excel(name = "使用场景", width = 15)
|
|
|
private String scene;
|
|
|
@ApiModelProperty(value = "部门经理")
|
|
|
+ @Excel(name = "部门经理", width = 15)
|
|
|
private String manage;
|
|
|
@ApiModelProperty(value = "部门经理手机号")
|
|
|
+ @Excel(name = "部门经理手机号", width = 15)
|
|
|
private String managePhone;
|
|
|
|
|
|
@ApiModelProperty(value = "服务号码(全)")
|
|
|
+ @Excel(name = "服务号码(全)", width = 15)
|
|
|
private String smsNumber;
|
|
|
@ApiModelProperty(value = "客户编号")
|
|
|
+ @Excel(name = "客户编号", width = 15)
|
|
|
private String customerNo;
|
|
|
@ApiModelProperty(value = "用户编号")
|
|
|
private String userNo;
|
|
|
@@ -105,41 +110,14 @@ public class SmsLotCheckCustomerDataAndLog {
|
|
|
@Excel(name = "员工编号", width = 15)
|
|
|
@ApiModelProperty(value = "员工编号")
|
|
|
private String staffNo;
|
|
|
- @ApiModelProperty(value = "测试卡申请单资料上传")
|
|
|
- private String testCard;
|
|
|
- @ApiModelProperty(value = "测试卡申请单资料上传备注")
|
|
|
- private String testCardRemark;
|
|
|
- @ApiModelProperty(value = "合同资料上传")
|
|
|
- private String contract;
|
|
|
- @ApiModelProperty(value = "合同资料上传备注")
|
|
|
- private String contractRemark;
|
|
|
- @ApiModelProperty(value = "责任人和经办人授权书上传资料")
|
|
|
- private String handlingContract;
|
|
|
- @ApiModelProperty(value = "责任人和经办人授权书上传资料备注")
|
|
|
- private String handlingContractRemark;
|
|
|
- @ApiModelProperty(value = "责任人和经办人身份证上传资料")
|
|
|
- private String handlingCard;
|
|
|
- @ApiModelProperty(value = "责任人和经办人身份证上传资料备注")
|
|
|
- private String handlingCardRemark;
|
|
|
- @ApiModelProperty(value = "客户证件扫描资料上传")
|
|
|
- private String customerCardScanning;
|
|
|
- @ApiModelProperty(value = "客户证件扫描资料上传备注")
|
|
|
- private String customerCardScanningRemark;
|
|
|
- @ApiModelProperty(value = "风险评估表资料上传")
|
|
|
- private String riskTable;
|
|
|
- @ApiModelProperty(value = "风险评估表资料上传备注")
|
|
|
- private String riskTableRemark;
|
|
|
- @ApiModelProperty(value = "省/集团价格审批表资料上传")
|
|
|
- private String priceTable;
|
|
|
- @ApiModelProperty(value = "省/集团价格审批表资料上传备注")
|
|
|
- private String priceTableRemark;
|
|
|
- @ApiModelProperty(value = "其他材料资料上传")
|
|
|
- private String commitment;
|
|
|
- @ApiModelProperty(value = "其他材料资料上传备注")
|
|
|
- private String commitmentRemark;
|
|
|
-
|
|
|
+ @Excel(name = "是否有集团价格审批", width = 15)
|
|
|
+ private String control;
|
|
|
+ /**卡类型 0测试卡;1正式卡*/
|
|
|
+ @Excel(name = "卡类型", width = 15)
|
|
|
+ private String blockType;
|
|
|
|
|
|
/**员工姓名*/
|
|
|
+ @Excel(name = "员工姓名", width = 15)
|
|
|
private String staffName;
|
|
|
|
|
|
/**合同稽核状态*/
|
|
|
@@ -174,22 +152,150 @@ public class SmsLotCheckCustomerDataAndLog {
|
|
|
private Integer commitmentState;
|
|
|
/**承诺函、其它材料 稽核备注*/
|
|
|
private String commitmentNote;
|
|
|
+
|
|
|
+
|
|
|
+ @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(width = 15,name = "测试卡申请单资料上传")
|
|
|
+ @ApiModelProperty(value = "测试卡申请单资料上传")
|
|
|
+ private String testCard;
|
|
|
+ @ApiModelProperty(value = "测试卡申请单资料上传备注")
|
|
|
+ @Excel(width = 15,name = "测试卡申请单资料上传备注")
|
|
|
+ private String testCardRemark;
|
|
|
+ @ApiModelProperty(value = "测试卡申请单资料稽核结果")
|
|
|
+ @Excel(name = "测试卡申请单资料稽核结果", width = 15,dicCode = "check_result")
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
private String testCardResult;
|
|
|
+ @ApiModelProperty(value = "测试卡申请单资料稽核结果备注")
|
|
|
+ @Excel(name = "测试卡申请单资料稽核结果备注", width = 15)
|
|
|
private String testCardResultRemark;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "合同资料上传")
|
|
|
+ @Excel(width = 15,name = "合同资料上传")
|
|
|
+ private String contract;
|
|
|
+ @ApiModelProperty(value = "合同资料上传备注")
|
|
|
+ @Excel(width = 15,name = "合同资料上传备注")
|
|
|
+ private String contractRemark;
|
|
|
+ @ApiModelProperty(value = "合同上传资料稽核结果")
|
|
|
+ @Excel(name = "合同上传资料稽核结果", width = 15,dicCode = "check_result")
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
private String contractResult;
|
|
|
+ @ApiModelProperty(value = "合同资料上传稽核结果备注")
|
|
|
+ @Excel(width = 15,name ="合同资料上传稽核结果备注")
|
|
|
private String contractResultRemark;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "责任人和经办人授权书上传资料")
|
|
|
+ @Excel(width = 15,name = "责任人和经办人授权书上传资料")
|
|
|
+ private String handlingContract;
|
|
|
+ @ApiModelProperty(value = "责任人和经办人授权书上传资料备注")
|
|
|
+ @Excel(width = 15,name = "责任人和经办人授权书上传资料备注")
|
|
|
+ private String handlingContractRemark;
|
|
|
+ @ApiModelProperty(value = "责任人和经办人授权书上传资料稽核结果")
|
|
|
+ @Excel(name = "责任人和经办人授权书上传资料稽核结果", width = 15,dicCode = "check_result")
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
private String handlingContractResult;
|
|
|
+ @ApiModelProperty(value = "责任人和经办人授权书资料上传稽核结果备注")
|
|
|
+ @Excel(width = 15,name ="责任人和经办人授权书资料上传稽核结果备注")
|
|
|
private String handlingContractResultRemark;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "责任人和经办人身份证上传资料")
|
|
|
+ @Excel(width = 15,name = "责任人和经办人身份证上传资料")
|
|
|
+ private String handlingCard;
|
|
|
+ @ApiModelProperty(value = "责任人和经办人身份证上传资料备注")
|
|
|
+ @Excel(width = 15,name = "责任人和经办人身份证上传资料备注")
|
|
|
+ private String handlingCardRemark;
|
|
|
+ @ApiModelProperty(value = "责任人和经办人授权书上传资料稽核结果")
|
|
|
+ @Excel(name = "责任人和经办人授权书上传资料稽核结果", width = 15,dicCode = "check_result")
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
private String handlingCardResult;
|
|
|
+ @ApiModelProperty(value = "责任人和经办人身份证资料上传稽核结果备注")
|
|
|
+ @Excel(width = 15,name = "责任人和经办人身份证资料上传稽核结果备注")
|
|
|
private String handlingCardResultRemark;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "客户证件扫描资料上传")
|
|
|
+ @Excel(width = 15,name = "客户证件扫描资料上传")
|
|
|
+ private String customerCardScanning;
|
|
|
+ @ApiModelProperty(value = "客户证件扫描资料上传备注")
|
|
|
+ @Excel(width = 15,name = "客户证件扫描资料上传备注")
|
|
|
+ private String customerCardScanningRemark;
|
|
|
+ @ApiModelProperty(value = "客户证件扫描上传资料稽核结果")
|
|
|
+ @Excel(name = "客户证件扫描上传资料稽核结果", width = 15,dicCode = "check_result")
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
private String customerCardScanningResult;
|
|
|
+ @ApiModelProperty(value = "客户证件扫描资料上传稽核结果备注")
|
|
|
+ @Excel(width = 15,name = "客户证件扫描资料上传稽核结果备注")
|
|
|
private String customerCardScanningResultRemark;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "风险评估表资料上传")
|
|
|
+ @Excel(width = 15,name = "风险评估表资料上传")
|
|
|
+ private String riskTable;
|
|
|
+ @ApiModelProperty(value = "风险评估表资料上传备注")
|
|
|
+ @Excel(width = 15,name ="风险评估表资料上传备注")
|
|
|
+ private String riskTableRemark;
|
|
|
+ @ApiModelProperty(value = "风险评估表上传资料稽核结果")
|
|
|
+ @Excel(name = "风险评估表上传资料稽核结果", width = 15,dicCode = "check_result")
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
private String riskTableResult;
|
|
|
+ @ApiModelProperty(value = "风险评估表资料上传稽核结果备注")
|
|
|
+ @Excel(width = 15,name = "风险评估表资料上传稽核结果备注")
|
|
|
private String riskTableResultRemark;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "省/集团价格审批表资料上传")
|
|
|
+ @Excel(width = 15,name = "省/集团价格审批表资料上传")
|
|
|
+ private String priceTable;
|
|
|
+ @ApiModelProperty(value = "省/集团价格审批表资料上传备注")
|
|
|
+ @Excel(width = 15,name = "省/集团价格审批表资料上传备注")
|
|
|
+ private String priceTableRemark;
|
|
|
+ @ApiModelProperty(value = "省/集团价格审批表上传资料稽核结果")
|
|
|
+ @Excel(name = "省/集团价格审批表上传资料稽核结果", width = 15,dicCode = "check_result")
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
private String priceTableResult;
|
|
|
+ @ApiModelProperty(value = "省/集团价格审批表资料上传稽核结果备注")
|
|
|
+ @Excel(width = 15,name = "省/集团价格审批表资料上传稽核结果备注")
|
|
|
private String priceTableResultRemark;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "其他材料资料上传")
|
|
|
+ @Excel(width = 15,name = "其他材料资料上传")
|
|
|
+ private String commitment;
|
|
|
+ @ApiModelProperty(value = "其他材料资料上传备注")
|
|
|
+ @Excel(width = 15,name = "其他材料资料上传备注")
|
|
|
+ private String commitmentRemark;
|
|
|
+ @ApiModelProperty(value = "风险评估表上传资料稽核结果")
|
|
|
+ @Excel(name = "风险评估表上传资料稽核结果", width = 15,dicCode = "check_result")
|
|
|
+ @Dict(dicCode = "check_result")
|
|
|
private String commitmentResult;
|
|
|
+ @ApiModelProperty(value = "其他材料资料上传稽核结果备注")
|
|
|
+ @Excel(width = 15,name = "其他材料资料上传稽核结果备注")
|
|
|
private String commitmentResultRemark;
|
|
|
+
|
|
|
+
|
|
|
+ @Excel(name = "基本信息是否整改过", width = 15)
|
|
|
+ private String infoResultIs;
|
|
|
+ @Excel(name = "测试卡申请单是否整改过", width = 15)
|
|
|
+ private String testCardResultIs;
|
|
|
+ @Excel(name = "测试卡申请单是否整改过", width = 15)
|
|
|
+ private String contractResultIs;
|
|
|
+ @Excel(name = "责任人和经办人授权书是否整改过", width = 15)
|
|
|
+ private String handlingContractResultIs;
|
|
|
+
|
|
|
+ @Excel(name = "责任人和经办人身份证资料是否整改过", width = 15)
|
|
|
+ private String handlingCardResultIs;
|
|
|
+ @Excel(name = "客户证件扫描上传资料是否整改过", width = 15)
|
|
|
+ private String customerCardScanningResultIs;
|
|
|
+ @Excel(name = "风险评估表上传资料是否整改过", width = 15)
|
|
|
+ private String riskTableResultIs;
|
|
|
+ @Excel(name = "省/集团价格审批表上传资料是否整改过", width = 15)
|
|
|
+ private String priceTableResultIs;
|
|
|
+ @Excel(name = "其他材料上传资料是否整改过", width = 15)
|
|
|
+ private String commitmentResultIs;
|
|
|
+
|
|
|
+ @Excel(name = "整改历史", width = 40)
|
|
|
+ private String zgShow;
|
|
|
}
|