添加isDistribute注释

This commit is contained in:
GYJ
2024-07-02 10:13:02 +08:00
parent e9048dc798
commit ff3d5a054d

View File

@@ -170,7 +170,7 @@ public class TbProduct implements Serializable {
private String typeEnum;
@Column(name = "`is_distribute`")
@ApiModelProperty(value = "是否独立分销")
@ApiModelProperty(value = "是否共享库存")
private Integer isDistribute = 0;
@Column(name = "`is_del`",nullable = false)