Merge remote-tracking branch 'origin/dev' into hph

This commit is contained in:
牛叉闪闪
2024-07-25 10:56:45 +08:00
6 changed files with 192 additions and 9 deletions

View File

@@ -53,6 +53,8 @@ public class TbProductSku implements Serializable {
private Integer isPauseSale = 0;
private Integer isDel;
private String specSnap;
private static final long serialVersionUID = 1L;
}