Commit 82a9453d by hanghang.wang

增加订单渠道

parent 4b9da346
...@@ -43,6 +43,7 @@ public enum OrderSourceType { ...@@ -43,6 +43,7 @@ public enum OrderSourceType {
Y_POS("ypos", "非码云POS", 26), Y_POS("ypos", "非码云POS", 26),
TIKTOKPAY("tiktokpay","抖音支付", 27), TIKTOKPAY("tiktokpay","抖音支付", 27),
BEAUTIFUL("beautiful","美业", 28), BEAUTIFUL("beautiful","美业", 28),
ASSISTANT("assistant","非码小助手", 29),
parkingmanual("parkingmanual", "农工商停车手工录单", 98), parkingmanual("parkingmanual", "农工商停车手工录单", 98),
PARKING("parking", "农工商停车", 99), PARKING("parking", "农工商停车", 99),
SDG("sdg", "闪电购", 1000); SDG("sdg", "闪电购", 1000);
......
...@@ -38,6 +38,7 @@ public enum OrderClientType { ...@@ -38,6 +38,7 @@ public enum OrderClientType {
FMWD(25, "非码微店"), FMWD(25, "非码微店"),
TIKTOKPAY(27, "抖音小程序"), TIKTOKPAY(27, "抖音小程序"),
BEAUTIFUL(28, "美业"), BEAUTIFUL(28, "美业"),
ASSISTANT(29, "非码小助手"),
PARKING(99 , "农工商停车"), PARKING(99 , "农工商停车"),
; ;
......
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