紧急情况字典配置

This commit is contained in:
王帅 2025-04-24 17:41:53 +08:00
parent 8f09b65489
commit 9f4c9ee075
2 changed files with 6 additions and 4 deletions

View File

@ -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)

View File

@ -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;
/**产品标签*/