wuxw
2022-10-25 42a39792eb61d667ca3a829eeaf59b300c6f506e
java110-bean/src/main/java/com/java110/po/storehouse/StorehousePo.java
@@ -13,6 +13,8 @@
    private String storeId;
    private String isShow;
    private String statusCd = "0";
    public String getShDesc() {
        return shDesc;
    }
@@ -68,4 +70,12 @@
    public void setIsShow(String isShow) {
        this.isShow = isShow;
    }
    public String getStatusCd() {
        return statusCd;
    }
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
}