添加isDistribute注释
This commit is contained in:
parent
e9048dc798
commit
ff3d5a054d
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue