修正ERP业务类型枚举-销售出库
This commit is contained in:
parent
4ca583cbe8
commit
06d322f9f7
@ -20,7 +20,7 @@ public enum ErpBizTypeEnum implements IntArrayValuable {
|
|||||||
PURCHASE_RETURN(12, "采购退货"),
|
PURCHASE_RETURN(12, "采购退货"),
|
||||||
|
|
||||||
SALE_ORDER(20, "销售订单"),
|
SALE_ORDER(20, "销售订单"),
|
||||||
SALE_OUT(21, "销售订单"),
|
SALE_OUT(21, "销售出库"),
|
||||||
SALE_RETURN(22, "销售退货"),
|
SALE_RETURN(22, "销售退货"),
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user