## 订单编号、发货单编号添加RE前缀;

This commit is contained in:
cabbage 2025-06-16 10:35:49 +08:00
parent ad8c536b68
commit b46d538744
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ public enum EOrderPrefix {
/**
* 销售订单
*/
ORDER_CODE("SO", "销售订单"),
ORDER_CODE("RESO", "销售订单"),
/**
* 采购订单
@ -73,7 +73,7 @@ public enum EOrderPrefix {
/**
* 发货单
*/
DELIVERY_CODE("SD", "发货单"),
DELIVERY_CODE("RESD", "发货单"),
/**
* 充值