## bug425 物流管理菜单下订单类型转枚举
This commit is contained in:
parent
5f4a6b8698
commit
9ea951c736
|
@ -33,7 +33,6 @@ public class OrderInvoicingVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 订单类型
|
* 订单类型
|
||||||
*/
|
*/
|
||||||
@Transaction(transactionKey = EnumsPrefixConstants.ORDER_TYPE)
|
|
||||||
private Integer orderType;
|
private Integer orderType;
|
||||||
/**
|
/**
|
||||||
* 订单类型显示
|
* 订单类型显示
|
||||||
|
|
Loading…
Reference in New Issue