xiaogang
2021-05-21 05f5fcc1efbd628f08c868fdaf622554ff85271a
java110-bean/src/main/java/com/java110/po/resourceStoreType/ResourceStoreTypePo.java
@@ -9,7 +9,6 @@
    private String name;
    private String description;
    private String storeId;
    private String goodsType;
    private String createTime;
    private String statusCd = "0";
@@ -43,14 +42,6 @@
    public void setStoreId(String storeId) {
        this.storeId = storeId;
    }
    public String getGoodsType() {
        return goodsType;
    }
    public void setGoodsType(String goodsType) {
        this.goodsType = goodsType;
    }
    public String getCreateTime() {