feat: 子卷包装关系crud
This commit is contained in:
@@ -53,4 +53,8 @@ public interface ErrorCodeConstants {
|
||||
// ========== 装箱区点位库存 ==========
|
||||
ErrorCode PACKAGE_POINT_NOT_EXISTS = new ErrorCode(200001, "装箱区点位库存不存在");
|
||||
|
||||
// ========== 子卷包装关系 ==========
|
||||
ErrorCode SUB_PACKAGE_RELATION_NOT_EXISTS = new ErrorCode(300001, "子卷包装关系不存在");
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user