package com.java110.dto.reportOwnerPayFee;
|
|
import com.java110.dto.PageDto;
|
|
import java.io.Serializable;
|
import java.util.Date;
|
import java.util.List;
|
|
/**
|
* @ClassName FloorDto
|
* @Description 业主缴费明细数据层封装
|
* @Author wuxw
|
* @Date 2019/4/24 8:52
|
* @Version 1.0
|
* add by wuxw 2019/4/24
|
**/
|
public class ReportOwnerPayFeeDto extends PageDto implements Serializable {
|
|
private String configName;
|
private String amount;
|
private String pfId;
|
private String detailId;
|
private String objName;
|
private String ownerId;
|
private String feeId;
|
private String[] feeIds;
|
private String pfMonth;
|
private String ownerName;
|
private String pfYear;
|
private String configId;
|
private String pfDate;
|
private String objId;
|
private String feeName;
|
private String importFeeName;
|
private String roomName;
|
private String payerObjType;
|
private String carNum;
|
private String contractCode;
|
private String communityId;
|
private String objType;
|
private String floorNum;
|
private String unitNum;
|
private String roomNum;
|
|
|
private Date createTime;
|
|
private String statusCd = "0";
|
|
private String feeEndTime;
|
|
|
private List<ReportOwnerPayFeeDto> reportOwnerPayFeeDtos;
|
|
|
|
|
public String getConfigName() {
|
return configName;
|
}
|
|
public void setConfigName(String configName) {
|
this.configName = configName;
|
}
|
|
public String getAmount() {
|
return amount;
|
}
|
|
public void setAmount(String amount) {
|
this.amount = amount;
|
}
|
|
public String getPfId() {
|
return pfId;
|
}
|
|
public void setPfId(String pfId) {
|
this.pfId = pfId;
|
}
|
|
public String getDetailId() {
|
return detailId;
|
}
|
|
public void setDetailId(String detailId) {
|
this.detailId = detailId;
|
}
|
|
public String getObjName() {
|
return objName;
|
}
|
|
public void setObjName(String objName) {
|
this.objName = objName;
|
}
|
|
public String getOwnerId() {
|
return ownerId;
|
}
|
|
public void setOwnerId(String ownerId) {
|
this.ownerId = ownerId;
|
}
|
|
public String getFeeId() {
|
return feeId;
|
}
|
|
public void setFeeId(String feeId) {
|
this.feeId = feeId;
|
}
|
|
public String getPfMonth() {
|
return pfMonth;
|
}
|
|
public void setPfMonth(String pfMonth) {
|
this.pfMonth = pfMonth;
|
}
|
|
public String getOwnerName() {
|
return ownerName;
|
}
|
|
public void setOwnerName(String ownerName) {
|
this.ownerName = ownerName;
|
}
|
|
public String getPfYear() {
|
return pfYear;
|
}
|
|
public void setPfYear(String pfYear) {
|
this.pfYear = pfYear;
|
}
|
|
public String getConfigId() {
|
return configId;
|
}
|
|
public void setConfigId(String configId) {
|
this.configId = configId;
|
}
|
|
public String getPfDate() {
|
return pfDate;
|
}
|
|
public void setPfDate(String pfDate) {
|
this.pfDate = pfDate;
|
}
|
|
public String getObjId() {
|
return objId;
|
}
|
|
public void setObjId(String objId) {
|
this.objId = objId;
|
}
|
|
public String getFeeName() {
|
return feeName;
|
}
|
|
public void setFeeName(String feeName) {
|
this.feeName = feeName;
|
}
|
|
public String getCommunityId() {
|
return communityId;
|
}
|
|
public void setCommunityId(String communityId) {
|
this.communityId = communityId;
|
}
|
|
public String getObjType() {
|
return objType;
|
}
|
|
public void setObjType(String objType) {
|
this.objType = objType;
|
}
|
|
|
public Date getCreateTime() {
|
return createTime;
|
}
|
|
public void setCreateTime(Date createTime) {
|
this.createTime = createTime;
|
}
|
|
public String getStatusCd() {
|
return statusCd;
|
}
|
|
public void setStatusCd(String statusCd) {
|
this.statusCd = statusCd;
|
}
|
|
public String getImportFeeName() {
|
return importFeeName;
|
}
|
|
public void setImportFeeName(String importFeeName) {
|
this.importFeeName = importFeeName;
|
}
|
|
public String getRoomName() {
|
return roomName;
|
}
|
|
public void setRoomName(String roomName) {
|
this.roomName = roomName;
|
}
|
|
public String getPayerObjType() {
|
return payerObjType;
|
}
|
|
public void setPayerObjType(String payerObjType) {
|
this.payerObjType = payerObjType;
|
}
|
|
public String getCarNum() {
|
return carNum;
|
}
|
|
public void setCarNum(String carNum) {
|
this.carNum = carNum;
|
}
|
|
public String getContractCode() {
|
return contractCode;
|
}
|
|
public void setContractCode(String contractCode) {
|
this.contractCode = contractCode;
|
}
|
|
public String[] getFeeIds() {
|
return feeIds;
|
}
|
|
public void setFeeIds(String[] feeIds) {
|
this.feeIds = feeIds;
|
}
|
|
public List<ReportOwnerPayFeeDto> getReportOwnerPayFeeDtos() {
|
return reportOwnerPayFeeDtos;
|
}
|
|
public void setReportOwnerPayFeeDtos(List<ReportOwnerPayFeeDto> reportOwnerPayFeeDtos) {
|
this.reportOwnerPayFeeDtos = reportOwnerPayFeeDtos;
|
}
|
|
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 getFeeEndTime() {
|
return feeEndTime;
|
}
|
|
public void setFeeEndTime(String feeEndTime) {
|
this.feeEndTime = feeEndTime;
|
}
|
}
|