feat:策略
This commit is contained in:
@@ -4,4 +4,10 @@ import cn.code.nl.framework.common.exception.ErrorCode;
|
||||
|
||||
public interface ErrorCodeConstants {
|
||||
ErrorCode BSREAL_STOR_ATTR_NOT_EXISTS = new ErrorCode(1, "实物库属性不存在");
|
||||
|
||||
|
||||
// ================ 仓储策略相关错误码 =================
|
||||
ErrorCode WAREHOUSE_STRATEGY_CONFIG_NOT_EXISTS = new ErrorCode(6_000_1, "仓储策略配置不存在");
|
||||
|
||||
ErrorCode WAREHOUSE_STRATEGY_NOT_EXISTS = new ErrorCode(6_000_2, "出入库策略不存在");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user