banner、商品、商品分类等代码的 REVIEW

This commit is contained in:
YunaiV
2020-05-15 18:45:47 +08:00
parent 16a39255f9
commit c34c501fb8
15 changed files with 22 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
package cn.iocoder.mall.product.biz.enums.category;
// TODO FROM 芋艿 to sunderui改到枚举类我之前没弄对哈哈哈
public interface ProductCategoryConstants {
/**
@@ -16,4 +17,4 @@ public interface ProductCategoryConstants {
*/
Integer PID_ROOT = 0;
}
}