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; } }