1.sku上下架

This commit is contained in:
2024-07-24 18:02:58 +08:00
parent 0cf417322b
commit b00dc349d6
3 changed files with 66 additions and 5 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;
}