mall + trade:review 商品管理

This commit is contained in:
YunaiV
2023-06-03 22:59:34 +08:00
parent e72f741d02
commit dd93215139
12 changed files with 40 additions and 75 deletions

View File

@ -1,7 +1,7 @@
package cn.iocoder.yudao.module.product.enums;
/**
* Product 常量 TODO 把使用到的常量收拢到一块定义替换魔法值
* Product 常量
*
* @author HUIHUI
*/
@ -12,13 +12,4 @@ public interface ProductConstants {
*/
int ALERT_STOCK = 10;
/**
* 默认商品销量 TODO 默认商品销量为零
*/
Integer SALES_COUNT = 0;
/**
* 默认善品浏览量 TODO 默认浏览量为零
*/
Integer BROWSE_COUNT = 0;
}