!113 修正ERP业务类型枚举中的销售出库

Merge pull request !113 from 咖啡不苦/fixbug
This commit is contained in:
芋道源码 2024-05-11 15:52:35 +00:00 committed by Gitee
commit cab5ce9856
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -20,7 +20,7 @@ public enum ErpBizTypeEnum implements IntArrayValuable {
PURCHASE_RETURN(12, "采购退货"),
SALE_ORDER(20, "销售订单"),
SALE_OUT(21, "销售订单"),
SALE_OUT(21, "销售出库"),
SALE_RETURN(22, "销售退货"),
;