商品模块代码提交
This commit is contained in:
@@ -76,6 +76,10 @@ public class ShopProductVo implements Serializable {
|
||||
* 起售数量
|
||||
*/
|
||||
private Integer suitNum;
|
||||
/**
|
||||
* 是否热销 1-是 0-否
|
||||
*/
|
||||
private Integer isHot;
|
||||
/**
|
||||
* 商品每周销售日 如:Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday
|
||||
*/
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
t1.days,
|
||||
t1.start_time,
|
||||
t1.end_time,
|
||||
t1.is_hot,
|
||||
ifnull(t2.suit_num, 1) as suit_num,
|
||||
t1.select_spec_info
|
||||
from tb_product t1
|
||||
|
||||
Reference in New Issue
Block a user