首页相关逻辑,商品表中isShow给予不同含义,创建新用户更改

This commit is contained in:
liuyingfang
2024-03-12 10:05:09 +08:00
parent afbb6c2211
commit 11af368005
14 changed files with 470 additions and 38 deletions

View File

@@ -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`")