开业筹备阶段1.0

This commit is contained in:
shuo.wang
2024-04-25 20:03:27 +08:00
parent 54f4dc7f77
commit 1e170ebe7c
37 changed files with 657 additions and 320 deletions

View File

@@ -154,10 +154,5 @@ public class CommonConstants {
// public static final String DEAULT_SELECT_SITE_MANAGER = "09080211";
public static final String DEAULT_SELECT_SITE_MANAGER = "020125244825417786";
//开业运营方案审核0通过
public static final Byte opening_Operation_Plan_PASS = Byte.valueOf((byte)0);
//开业运营方案审核1拒绝
public static final Byte opening_Operation_Plan_REJECT = Byte.valueOf((byte)1);
public static final int MAX_LENGTH_ONE_HUNDRED = 100;
}

View File

@@ -178,6 +178,7 @@ public enum ErrorCodeEnum {
SHOP_ID_NOT_EXIST(103010,"shopId不存在",null),
FIRST_ORDER_PARAM_NULL(103020,"首批订货金参数为空",null),
XFSG_SERVICE_ERROR(103099,"鲜丰服务调用失败",null),
GET_FIRST_ORDER(103021,"获取鲜丰首批订货金失败",null)
;