feat:仓库、库区、仓位基础功能

This commit is contained in:
zhouz
2026-07-20 15:01:50 +08:00
parent d60f33022c
commit 949609246e
46 changed files with 3179 additions and 40 deletions

View File

@@ -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, "仓位属性不存在");
}