开业运营方案

This commit is contained in:
shuo.wang
2024-04-25 01:12:00 +08:00
parent dd4a6a5bcf
commit e930e7efca
6 changed files with 107 additions and 10 deletions

View File

@@ -176,8 +176,8 @@ public enum ErrorCodeEnum {
UPDATE_PLAN_FALSE(103008,"修改PLAN失败",null),
UPDATE_SHOP_SUB_STAGE_STATUS_FALSE(103009,"修改开业运营方案阶段状态失败",null),
SHOP_ID_NOT_EXIST(103010,"shopId不存在",null),
FIRST_ORDER_PARAM_NULL(103020,"首批订货金参数为空",null)
FIRST_ORDER_PARAM_NULL(103020,"首批订货金参数为空",null),
XFSG_SERVICE_ERROR(103099,"鲜丰服务调用失败",null),
;