feat: 木箱类型crud
This commit is contained in:
@@ -56,5 +56,6 @@ public interface ErrorCodeConstants {
|
||||
// ========== 子卷包装关系 ==========
|
||||
ErrorCode SUB_PACKAGE_RELATION_NOT_EXISTS = new ErrorCode(300001, "子卷包装关系不存在");
|
||||
|
||||
|
||||
// ========== 木箱类型 ==========
|
||||
ErrorCode BOX_TYPE_NOT_EXISTS = new ErrorCode(400001, "木箱类型不存在");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user