feat:组盘PC
This commit is contained in:
@@ -14,4 +14,9 @@ public interface ErrorCodeConstants {
|
||||
ErrorCode WAREHOUSE_STRATEGY_CONFIG_NOT_EXISTS = new ErrorCode(6_000_1, "仓储策略配置不存在");
|
||||
|
||||
ErrorCode WAREHOUSE_STRATEGY_NOT_EXISTS = new ErrorCode(6_000_2, "出入库策略不存在");
|
||||
|
||||
ErrorCode ALLEY_AVE_NO_AVAILABLE_LOCATION = new ErrorCode(6_000_3, "均衡策略结果:载具号:{},当前分配策略无可用货位");
|
||||
|
||||
// ================ 组盘记录相关错误码 =================
|
||||
ErrorCode GROUP_PLATE_NOT_EXISTS = new ErrorCode(9, "组盘记录不存在");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user