| | |
| | | // 1000 表示待审核,2000 审核完成 3000 拒绝审核 |
| | | public static final String STATE_FINISH = "2000"; |
| | | |
| | | public static final String IS_BIND_Y="Y"; |
| | | public static final String IS_BIND_N="N"; |
| | | |
| | | |
| | | private String communityId; |
| | | private String communityName; |
| | | private String sCommunityTel; |
| | | |
| | | private String communityQrCode; |
| | | |
| | | private String roomId; |
| | | private String[] roomIds; |
| | | private String sex; |
| | | private String name; |
| | | private String link; |
| | | private String address; |
| | | private String remark; |
| | | private String ownerId; |
| | | private String[] ownerIds; |
| | |
| | | private String num; |
| | | private String idCard; |
| | | private String floorId; |
| | | private String floorNum; |
| | | private String unitId; |
| | | private String unitNum; |
| | | private String state; |
| | | private String startTime; |
| | | private String endTime; |
| | | private String appUserName; |
| | | |
| | | |
| | | private String bId; |
| | | |
| | |
| | | |
| | | private List<RoomDto> rooms; |
| | | |
| | | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | private String isBind; |
| | | |
| | | private String msg; |
| | | |
| | | private List<String> urls; |
| | | |
| | | private String url; |
| | | |
| | | private String roomCount; |
| | | private String memberCount; |
| | | private String carCount; |
| | | private String complaintCount; |
| | | private String repairCount; |
| | | |
| | | private String oweFee; |
| | | private String contractCount; |
| | | |
| | | public String getSex() { |
| | | return sex; |
| | |
| | | public void setAppUserName(String appUserName) { |
| | | this.appUserName = appUserName; |
| | | } |
| | | |
| | | public String getFloorNum() { |
| | | return floorNum; |
| | | } |
| | | |
| | | public void setFloorNum(String floorNum) { |
| | | this.floorNum = floorNum; |
| | | } |
| | | |
| | | public String getUnitNum() { |
| | | return unitNum; |
| | | } |
| | | |
| | | public void setUnitNum(String unitNum) { |
| | | this.unitNum = unitNum; |
| | | } |
| | | |
| | | public String getsCommunityTel() { |
| | | return sCommunityTel; |
| | | } |
| | | |
| | | public void setsCommunityTel(String sCommunityTel) { |
| | | this.sCommunityTel = sCommunityTel; |
| | | } |
| | | |
| | | public String getIsBind() { |
| | | return isBind; |
| | | } |
| | | |
| | | public void setIsBind(String isBind) { |
| | | this.isBind = isBind; |
| | | } |
| | | |
| | | public String getMsg() { |
| | | return msg; |
| | | } |
| | | |
| | | public void setMsg(String msg) { |
| | | this.msg = msg; |
| | | } |
| | | |
| | | public String getAddress() { |
| | | return address; |
| | | } |
| | | |
| | | public void setAddress(String address) { |
| | | this.address = address; |
| | | } |
| | | |
| | | public List<String> getUrls() { |
| | | return urls; |
| | | } |
| | | |
| | | public void setUrls(List<String> urls) { |
| | | this.urls = urls; |
| | | } |
| | | |
| | | public String getUrl() { |
| | | return url; |
| | | } |
| | | |
| | | public void setUrl(String url) { |
| | | this.url = url; |
| | | } |
| | | |
| | | public String getCommunityQrCode() { |
| | | return communityQrCode; |
| | | } |
| | | |
| | | public void setCommunityQrCode(String communityQrCode) { |
| | | this.communityQrCode = communityQrCode; |
| | | } |
| | | |
| | | |
| | | public String getRoomCount() { |
| | | return roomCount; |
| | | } |
| | | |
| | | public void setRoomCount(String roomCount) { |
| | | this.roomCount = roomCount; |
| | | } |
| | | |
| | | public String getMemberCount() { |
| | | return memberCount; |
| | | } |
| | | |
| | | public void setMemberCount(String memberCount) { |
| | | this.memberCount = memberCount; |
| | | } |
| | | |
| | | public String getCarCount() { |
| | | return carCount; |
| | | } |
| | | |
| | | public void setCarCount(String carCount) { |
| | | this.carCount = carCount; |
| | | } |
| | | |
| | | public String getComplaintCount() { |
| | | return complaintCount; |
| | | } |
| | | |
| | | public void setComplaintCount(String complaintCount) { |
| | | this.complaintCount = complaintCount; |
| | | } |
| | | |
| | | public String getRepairCount() { |
| | | return repairCount; |
| | | } |
| | | |
| | | public void setRepairCount(String repairCount) { |
| | | this.repairCount = repairCount; |
| | | } |
| | | |
| | | public String getOweFee() { |
| | | return oweFee; |
| | | } |
| | | |
| | | public void setOweFee(String oweFee) { |
| | | this.oweFee = oweFee; |
| | | } |
| | | |
| | | public String getContractCount() { |
| | | return contractCount; |
| | | } |
| | | |
| | | public void setContractCount(String contractCount) { |
| | | this.contractCount = contractCount; |
| | | } |
| | | } |