预炸品加字段
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.cool.store.dto.pre.fry;
|
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty;
|
||||
import com.cool.store.annotation.Excel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -18,6 +20,7 @@ public class ApplyManagementDTO {
|
||||
private String storeCode;
|
||||
@ApiModelProperty("门店名称")
|
||||
private String storeName;
|
||||
@ExcelProperty(value = "申请单号",order = 1)
|
||||
@ApiModelProperty("申请单号")
|
||||
private String applyCode;
|
||||
@ApiModelProperty("申请类型:1-有冷藏展示柜,2-有常温展示柜,3-无展示柜 ")
|
||||
@@ -32,5 +35,11 @@ public class ApplyManagementDTO {
|
||||
private Date createTime;
|
||||
@ApiModelProperty("审核状态:0-审批中,1-审核通过,2-审核不通过")
|
||||
private Integer auditStatus;
|
||||
@ApiModelProperty("所属大区")
|
||||
private String regionName;
|
||||
private Long regionId;
|
||||
private String investmentManagerId;
|
||||
@ApiModelProperty("督导")
|
||||
private String investmentManagerName;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user