| | |
| | | private String category22; // 22项分类(非必输) |
| | | private String chargeStart; // 收费起(格式YYYY-MM-DD) |
| | | private String chargeEnd; // 收费止(格式YYYY-MM-DD) |
| | | private String communityId; |
| | | private String frequency; |
| | | private String frequencyLike; |
| | | |
| | | private String feeYear; |
| | | |
| | | private Integer row; |
| | | private Integer page; |
| | | |
| | | private String batchId; |
| | | private String userId; |
| | | private String storeId; |
| | | private String objType; |
| | | |
| | | private String receiptYearMonth; // 收款年/月 |
| | | private String receiptYear; // 收款年度 |
| | | private String pendingProblem; // 待解决问题 |
| | | private String roomNumber; // 门室号 |
| | | private String floorNum; |
| | | private String unitNum; |
| | | private String roomNum; |
| | | private String nong; |
| | | |
| | | /** |
| | | * 门 |
| | | */ |
| | | private String men; |
| | | |
| | | /** |
| | | * 室 |
| | | */ |
| | | private String shi; |
| | | |
| | | public String getNong() { |
| | | return nong; |
| | | } |
| | | |
| | | public void setNong(String nong) { |
| | | this.nong = nong; |
| | | } |
| | | |
| | | public String getMen() { |
| | | return men; |
| | | } |
| | | |
| | | public void setMen(String men) { |
| | | this.men = men; |
| | | } |
| | | |
| | | public String getShi() { |
| | | return shi; |
| | | } |
| | | |
| | | public void setShi(String shi) { |
| | | this.shi = shi; |
| | | } |
| | | |
| | | 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 getRoomNum() { |
| | | return roomNum; |
| | | } |
| | | |
| | | public void setRoomNum(String roomNum) { |
| | | this.roomNum = roomNum; |
| | | } |
| | | |
| | | public String getObjType() { |
| | | return objType; |
| | | } |
| | | |
| | | public void setObjType(String objType) { |
| | | this.objType = objType; |
| | | } |
| | | |
| | | public Integer getPage() { |
| | | return page; |
| | |
| | | |
| | | public void setId(String id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getFrequencyLike() { |
| | | return frequencyLike; |
| | | } |
| | | |
| | | public void setFrequencyLike(String frequencyLike) { |
| | | this.frequencyLike = frequencyLike; |
| | | } |
| | | |
| | | public String getChargeTime() { |
| | |
| | | public void setChargeEnd(String chargeEnd) { |
| | | this.chargeEnd = chargeEnd; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getBatchId() { |
| | | return batchId; |
| | | } |
| | | |
| | | public void setBatchId(String batchId) { |
| | | this.batchId = batchId; |
| | | } |
| | | |
| | | public String getUserId() { |
| | | return userId; |
| | | } |
| | | |
| | | public void setUserId(String userId) { |
| | | this.userId = userId; |
| | | } |
| | | |
| | | public String getStoreId() { |
| | | return storeId; |
| | | } |
| | | |
| | | public void setStoreId(String storeId) { |
| | | this.storeId = storeId; |
| | | } |
| | | |
| | | public String getFrequency() { |
| | | return frequency; |
| | | } |
| | | |
| | | public void setFrequency(String frequency) { |
| | | this.frequency = frequency; |
| | | } |
| | | |
| | | public String getReceiptYearMonth() { |
| | | return receiptYearMonth; |
| | | } |
| | | |
| | | public void setReceiptYearMonth(String receiptYearMonth) { |
| | | this.receiptYearMonth = receiptYearMonth; |
| | | } |
| | | |
| | | public String getReceiptYear() { |
| | | return receiptYear; |
| | | } |
| | | |
| | | public void setReceiptYear(String receiptYear) { |
| | | this.receiptYear = receiptYear; |
| | | } |
| | | |
| | | public String getPendingProblem() { |
| | | return pendingProblem; |
| | | } |
| | | |
| | | public void setPendingProblem(String pendingProblem) { |
| | | this.pendingProblem = pendingProblem; |
| | | } |
| | | |
| | | public String getRoomNumber() { |
| | | return roomNumber; |
| | | } |
| | | |
| | | public void setRoomNumber(String roomNumber) { |
| | | this.roomNumber = roomNumber; |
| | | } |
| | | } |