wuxw
2019-05-09 e546f6e157e79e4074ca23f7e4e48a5c9aea4fdb
java110-bean/src/main/java/com/java110/dto/UnitDto.java
@@ -19,6 +19,8 @@
     */
    private String unitId;
    private String communityId;
    /**
     * 编号
     */
@@ -121,4 +123,12 @@
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
    public String getCommunityId() {
        return communityId;
    }
    public void setCommunityId(String communityId) {
        this.communityId = communityId;
    }
}