fix: 木箱类型

This commit is contained in:
2026-08-17 19:56:20 +08:00
parent 6e9bbce2fe
commit 18490ba4a0
17 changed files with 339 additions and 41 deletions

View File

@@ -58,4 +58,5 @@ public interface ErrorCodeConstants {
// ========== 木箱类型 ==========
ErrorCode BOX_TYPE_NOT_EXISTS = new ErrorCode(400001, "木箱类型不存在");
ErrorCode BOX_TYPE_EXISTS = new ErrorCode(400002, "木箱类型已存在");
}