去掉加字段

This commit is contained in:
shuo.wang
2025-07-08 09:31:47 +08:00
parent 257198e939
commit 6a3f890f44
3 changed files with 16 additions and 30 deletions

View File

@@ -26,30 +26,28 @@ public class ApplyManagementDTO {
private String applyCode;
@ApiModelProperty("申请类型1-有冷藏展示柜2-有常温展示柜3-无展示柜 ")
private Integer applyType;
@ExcelProperty(value = "申请类型",order =6)
@ExcelProperty(value = "申请类型",order =4)
private String applyTypeName;
@ApiModelProperty("申请人ID")
private String createUserId;
@ExcelProperty(value = "申请人",order = 7)
@ExcelProperty(value = "申请人",order = 5)
@ApiModelProperty("申请人名称")
private String createUserName;
@ExcelProperty(value = "申请人手机号",order =8)
@ExcelProperty(value = "申请人手机号",order =6)
@ApiModelProperty("申请人手机号")
private String createUserMobile;
@ExcelProperty(value = "申请时间",order = 9)
@ExcelProperty(value = "申请时间",order = 7)
private String createTimeStr;
@ApiModelProperty("申请时间")
private Date createTime;
@ExcelProperty(value = "审核状态",order =10)
@ExcelProperty(value = "审核状态",order =8)
private String auditStatusName;
@ApiModelProperty("审核状态0-审批中1-审核通过2-审核不通过")
private Integer auditStatus;
@ExcelProperty(value = "所属大区",order = 4)
@ApiModelProperty("所属大区")
private String regionName;
private Long regionId;
private String investmentManagerId;
@ExcelProperty(value = " 督导",order = 5)
@ApiModelProperty("督导")
private String investmentManagerName;