feat:仓库、库区、仓位基础功能
This commit is contained in:
@@ -4,4 +4,8 @@ import cn.code.nl.framework.common.exception.ErrorCode;
|
||||
|
||||
public interface ErrorCodeConstants {
|
||||
ErrorCode BSREAL_STOR_ATTR_NOT_EXISTS = new ErrorCode(1, "实物库属性不存在");
|
||||
|
||||
ErrorCode SECT_ATTR_NOT_EXISTS = new ErrorCode(2, "库区属性不存在");
|
||||
|
||||
ErrorCode STRUC_ATTR_NOT_EXISTS = new ErrorCode(3, "仓位属性不存在");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user