去掉加字段
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user