展示区域包括小程序时 初始库存不可为0

This commit is contained in:
2024-03-12 10:33:37 +08:00
parent 11af368005
commit 1d927f7fd2
2 changed files with 8 additions and 1 deletions

View File

@@ -157,7 +157,7 @@ public class TbProduct implements Serializable {
private Integer isOnSale = 0;
@Column(name = "`is_show`")
@ApiModelProperty(value = "是否展示0-不展示 1.小程序2.收银端 9.全展示")
@ApiModelProperty(value = "是否展示0-下架 1上架---废弃")
private Integer isShow = 0;
@Column(name = "`type_enum`")