feat:组盘PC

This commit is contained in:
2026-07-21 14:21:34 +08:00
parent 11bada2873
commit 736618cefa
33 changed files with 2030 additions and 26 deletions

View File

@@ -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, "组盘记录不存在");
}