商品列表 V2

This commit is contained in:
2024-09-19 10:37:59 +08:00
parent aa880477cb
commit 4a6d12f3ad
10 changed files with 236 additions and 18 deletions

View File

@@ -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;