商品列表 V2
This commit is contained in:
@@ -44,8 +44,12 @@ public class ViewConSku implements Serializable {
|
||||
@ApiModelProperty(value = "耗材id")
|
||||
private Integer conInfoId;
|
||||
|
||||
@Column(name = "`product_sku_id`",nullable = false)
|
||||
@Column(name = "`product_id`",nullable = false)
|
||||
@NotNull
|
||||
@ApiModelProperty(value = "商品id")
|
||||
private Integer productId;
|
||||
|
||||
@Column(name = "`product_sku_id`",nullable = false)
|
||||
@ApiModelProperty(value = "商品规格id")
|
||||
private Integer productSkuId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user