3
0
Fork 0

## 调整会员、订单前缀;

This commit is contained in:
cabbage 2025-06-18 10:33:42 +08:00
parent 70dc1fcf46
commit de74a7b87d
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ public class SysConstants {
/** /**
* 新零售前缀 * 新零售前缀
*/ */
public static final String RETAIL_PREFIX = "RE"; public static final String RETAIL_PREFIX = "BF";
/** /**
* 顶点 * 顶点
*/ */

View File

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