紧急情况字典配置
This commit is contained in:
parent
8f09b65489
commit
9f4c9ee075
@ -71,9 +71,10 @@ public class DeliveryPlan implements Serializable {
|
||||
@Excel(name = "实际预约人邮箱", width = 15)
|
||||
@ApiModelProperty(value = "实际预约人邮箱")
|
||||
private java.lang.String artEmail;
|
||||
/**紧急*/
|
||||
@Excel(name = "紧急", width = 15)
|
||||
@ApiModelProperty(value = "紧急")
|
||||
/**紧急情况*/
|
||||
@Excel(name = "紧急情况", width = 15, dicCode = "urgency")
|
||||
@Dict(dicCode = "urgency")
|
||||
@ApiModelProperty(value = "紧急情况")
|
||||
private java.lang.String urgency;
|
||||
/**产品标签*/
|
||||
@Excel(name = "产品标签", width = 15)
|
||||
|
@ -72,7 +72,8 @@ public class TakeDeliveryPlan implements Serializable {
|
||||
@ApiModelProperty(value = "实际预约人邮箱")
|
||||
private java.lang.String artEmail;
|
||||
/**紧急*/
|
||||
@Excel(name = "紧急", width = 15)
|
||||
@Excel(name = "紧急", width = 15, dicCode = "urgency")
|
||||
@Dict(dicCode = "urgency")
|
||||
@ApiModelProperty(value = "紧急")
|
||||
private java.lang.String urgency;
|
||||
/**产品标签*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user