feat: 木箱类型crud

This commit is contained in:
2026-08-17 13:26:35 +08:00
parent 38ccff26d6
commit 914e595a0f
14 changed files with 1124 additions and 1 deletions

View File

@@ -56,5 +56,6 @@ public interface ErrorCodeConstants {
// ========== 子卷包装关系 ==========
ErrorCode SUB_PACKAGE_RELATION_NOT_EXISTS = new ErrorCode(300001, "子卷包装关系不存在");
// ========== 木箱类型 ==========
ErrorCode BOX_TYPE_NOT_EXISTS = new ErrorCode(400001, "木箱类型不存在");
}