[init]创建能辉erp 系统

master
NH-LHG 2 years ago
parent 46bfa49b96
commit 71a86784c0

@ -138,9 +138,9 @@ public class Order implements Serializable {
@ApiModelProperty(value = "派单备注")
private java.lang.String dispacherRemark;
/**状态,0:待付款 默认1待发货2已发货3完结4退换货*/
@Excel(name = "状态,0:待付款 默认1待发货2已发货3完结4退换货", width = 15, dicCode = "orderState")
@Dict(dicCode = "orderState")
@ApiModelProperty(value = "状态,0:待付款 默认1待发货2已发货3完结4退换货")
@Excel(name = "状态,0:待付款 默认1待发货2已发货3完结4退换货5取消6待确认", width = 15, dicCode = "state")
@Dict(dicCode = "state")
@ApiModelProperty(value = "状态,0:待付款 默认1待发货2已发货3完结4退换货5取消6待确认")
private java.lang.Integer state;
/**备注*/
@Excel(name = "备注", width = 15)

Loading…
Cancel
Save