首页相关逻辑,商品表中isShow给予不同含义,创建新用户更改
This commit is contained in:
@@ -157,7 +157,7 @@ public class TbProduct implements Serializable {
|
||||
private Integer isOnSale = 0;
|
||||
|
||||
@Column(name = "`is_show`")
|
||||
@ApiModelProperty(value = "是否展示0-下架 1上架---废弃")
|
||||
@ApiModelProperty(value = "是否展示0-不展示 1.小程序2.收银端 9.全展示")
|
||||
private Integer isShow = 0;
|
||||
|
||||
@Column(name = "`type_enum`")
|
||||
|
||||
Reference in New Issue
Block a user