## 调整会员、订单前缀;
This commit is contained in:
parent
70dc1fcf46
commit
de74a7b87d
|
@ -12,7 +12,7 @@ public class SysConstants {
|
|||
/**
|
||||
* 新零售前缀
|
||||
*/
|
||||
public static final String RETAIL_PREFIX = "RE";
|
||||
public static final String RETAIL_PREFIX = "BF";
|
||||
/**
|
||||
* 顶点
|
||||
*/
|
||||
|
|
|
@ -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", "发货单"),
|
||||
|
||||
/**
|
||||
* 充值
|
||||
|
|
Loading…
Reference in New Issue