商品规格属性代码生成

This commit is contained in:
franky
2022-05-15 22:55:18 +08:00
parent 0d017e4b1c
commit 9f9004624b
29 changed files with 1233 additions and 1 deletions

View File

@@ -16,4 +16,10 @@ public interface ErrorCodeConstants {
// ========== 品牌相关编号 1008002000 ==========
ErrorCode BRAND_NOT_EXISTS = new ErrorCode(1008002000, "品牌不存在");
// ========== 规格名称 1008003000 ==========
ErrorCode ATTR_KEY_NOT_EXISTS = new ErrorCode(1008003000, "规格名称不存在");
// ========== 规格值 1008004000 ==========
ErrorCode ATTR_VALUE_NOT_EXISTS = new ErrorCode(1008004000, "规格值不存在");
}