Your Name
2023-08-25 45c39c4deba8f37d6152793efc3b271c352fac89
java110-bean/src/main/java/com/java110/vo/api/menuGroup/ApiMenuGroupDataVo.java
old mode 100644 new mode 100755
@@ -12,6 +12,17 @@
    private String description;
    private String groupType;
    private String storeType;
    public String getStoreType() {
        return storeType;
    }
    public void setStoreType(String storeType) {
        this.storeType = storeType;
    }
    public String getGId() {
        return gId;
    }