feat: 子卷包装关系crud

This commit is contained in:
2026-08-17 10:43:10 +08:00
parent 95286d126e
commit 3d11668705
25 changed files with 2492 additions and 6 deletions

View File

@@ -53,4 +53,8 @@ public interface ErrorCodeConstants {
// ========== 装箱区点位库存 ==========
ErrorCode PACKAGE_POINT_NOT_EXISTS = new ErrorCode(200001, "装箱区点位库存不存在");
// ========== 子卷包装关系 ==========
ErrorCode SUB_PACKAGE_RELATION_NOT_EXISTS = new ErrorCode(300001, "子卷包装关系不存在");
}