mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
mall + trade:review 商品管理
This commit is contained in:
@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user