完成管理后台分类 商品 规格 运费模板 素材等功能

This commit is contained in:
hupeng
2023-06-09 11:04:20 +08:00
parent 6ff21a3799
commit 31fc0da4b5
97 changed files with 4511 additions and 70 deletions

View File

@ -14,6 +14,6 @@ public interface ErrorCodeConstants {
ErrorCode MATERIAL_GROUP_NOT_EXISTS = new ErrorCode(1009001001, "素材分组不存在");
// ========== 商品规则值(规格) ==========
ErrorCode STORE_PRODUCT_RULE_NOT_EXISTS = new ErrorCode(1009001002, "商品规则值(规格)不存在");
}