java110
2021-09-04 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8
java110-bean/src/main/java/com/java110/dto/menuGroup/MenuGroupDto.java
old mode 100644 new mode 100755
@@ -13,6 +13,8 @@
    private String seq;
    private String description;
    private String statusCd;
    private String groupType;
    private String storeType;
    public String getGId() {
        return gId;
@@ -69,4 +71,29 @@
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
    public String getgId() {
        return gId;
    }
    public void setgId(String gId) {
        this.gId = gId;
    }
    public String getGroupType() {
        return groupType;
    }
    public void setGroupType(String groupType) {
        this.groupType = groupType;
    }
    public String getStoreType() {
        return storeType;
    }
    public void setStoreType(String storeType) {
        this.storeType = storeType;
    }
}