java110-bean/src/main/java/com/java110/dto/user/UserDto.java
@@ -57,6 +57,10 @@ private List<UserAttrDto> userAttrs; private String bId; private String belongCommunityId; public String getUserId() { @@ -226,4 +230,20 @@ public void setStaffId(String staffId) { this.staffId = staffId; } public String getbId() { return bId; } public void setbId(String bId) { this.bId = bId; } public String getBelongCommunityId() { return belongCommunityId; } public void setBelongCommunityId(String belongCommunityId) { this.belongCommunityId = belongCommunityId; } }