商品删除多余字段
This commit is contained in:
parent
92e4f9cb26
commit
e771493474
|
|
@ -88,10 +88,6 @@ public class TbProduct implements Serializable {
|
|||
@ApiModelProperty(value = "短标题--促销语")
|
||||
private String shortTitle;
|
||||
|
||||
@Column(name = "`low_member_price`")
|
||||
@ApiModelProperty(value = "lowMemberPrice")
|
||||
private BigDecimal lowMemberPrice;
|
||||
|
||||
@Column(name = "`images`")
|
||||
@ApiModelProperty(value = "商品图片(第一张为缩略图,其他为详情)")
|
||||
private String images;
|
||||
|
|
|
|||
Loading…
Reference in New Issue