Commit 33740bbe by xmy

feat:分销枚举增加

parent cab608b6
# 1.0.60
- 分销枚举增加
# 1.0.59 # 1.0.59
- 拼团枚举增加 - 拼团枚举增加
# 1.0.57 # 1.0.57
......
...@@ -10,4 +10,5 @@ class SellerDistributionCmqEnum{ ...@@ -10,4 +10,5 @@ class SellerDistributionCmqEnum{
const ADD_TOTAL = 'addTotal'; const ADD_TOTAL = 'addTotal';
const REFUND_ADD_BALANCE = 'refundAddBalance'; const REFUND_ADD_BALANCE = 'refundAddBalance';
const UPDATE_BILL = 'updateBill'; const UPDATE_BILL = 'updateBill';
const SAVE_BILL = 'saveBill';
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment