Commit a2dbb37a by zhiwj

添加 会员生成 门店类型

parent c8dac834
......@@ -9,7 +9,8 @@ public enum CreateTypeEnum {
BATCH_IMPORT(2, "批量导入"),
ORDER(3, "订单生成"),
ERP(4, "erp同步"),
API(5, "API接口")
API(5, "API接口"),
MEMBER(6, "会员生成"),
;
......
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