Revert "[init]创建能辉erp 系统"

This reverts commit 72a9c6cd
master
NH-LHG 2 years ago
parent 72a9c6cdd3
commit 50b81a0901

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

Loading…
Cancel
Save