添加isDistribute注释
This commit is contained in:
@@ -170,7 +170,7 @@ public class TbProduct implements Serializable {
|
|||||||
private String typeEnum;
|
private String typeEnum;
|
||||||
|
|
||||||
@Column(name = "`is_distribute`")
|
@Column(name = "`is_distribute`")
|
||||||
@ApiModelProperty(value = "是否独立分销")
|
@ApiModelProperty(value = "是否共享库存")
|
||||||
private Integer isDistribute = 0;
|
private Integer isDistribute = 0;
|
||||||
|
|
||||||
@Column(name = "`is_del`",nullable = false)
|
@Column(name = "`is_del`",nullable = false)
|
||||||
|
|||||||
Reference in New Issue
Block a user