Your Name
2023-01-29 7e0e9094784094f199d51e26c43b1504e77c6e72
java110-bean/src/main/java/com/java110/dto/basePrivilege/BasePrivilegeDto.java
@@ -38,6 +38,7 @@
    private String stName;
    private String createTime;
    private String communityId;
    public String getPId() {
        return pId;
@@ -134,4 +135,12 @@
    public void setStName(String stName) {
        this.stName = stName;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
}