1098226878@qq.com
2022-01-17 57d3efadc63a83cdb469e8e6b5fd3b7e2f1ac2fe
java110-bean/src/main/java/com/java110/po/productSpecValue/ProductSpecValuePo.java
old mode 100644 new mode 100755
@@ -15,6 +15,7 @@
    private String storeId;
    private String stock;
    private String sales;
    private String isDefault;
    public String getSpecId() {
        return specId;
@@ -104,5 +105,11 @@
        this.sales = sales;
    }
    public String getIsDefault() {
        return isDefault;
    }
    public void setIsDefault(String isDefault) {
        this.isDefault = isDefault;
    }
}