Merge branch 'ww' into test

This commit is contained in:
2024-10-08 13:25:18 +08:00
22 changed files with 63 additions and 1152 deletions

View File

@@ -88,10 +88,6 @@ public class TbProductSku implements Serializable {
@ApiModelProperty(value = "coverImg")
private String coverImg;
@Column(name = "`warn_line`")
@ApiModelProperty(value = "库存警戒线")
private Integer warnLine;
@Column(name = "`weight`")
@ApiModelProperty(value = "weight")
private Double weight;