old mode 100644
new mode 100755
| | |
| | | |
| | | public static final String PAYER_OBJ_TYPE_ROOM = "3333"; //房屋 6666 是车位 |
| | | public static final String PAYER_OBJ_TYPE_PARKING_SPACE = "6666";//是车位 |
| | | public static final String PAYER_OBJ_TYPE_CONTRACT = "7777";//是合同 |
| | | public static final String PAYER_OBJ_TYPE_CAR = "6666";//是车位 |
| | | public static final String PAYER_OBJ_TYPE_RENTING = "9999";//房源ID |
| | | |
| | | public static final String FEE_FLAG_ONCE = "2006012"; |
| | | public static final String FEE_FLAG_ONCE = "2006012";//一次性费用 |
| | | public static final String FEE_FLAG_CYCLE = "1003006";//周期性费用 |
| | | public static final String REDIS_PAY_OWE_FEE = "PAY_OWE_FEE_"; |
| | | |
| | | private String amount; |
| | |
| | | private String receivedAmountSwitch; |
| | | |
| | | private String squarePrice; |
| | | private String mwPrice; |
| | | private String additionalAmount; |
| | | private String state; |
| | | private String stateName; |
| | |
| | | private double feePrice; |
| | | private String payerObjType; |
| | | private String computingFormula; |
| | | private String computingFormulaText; |
| | | private String isDefault; |
| | | private double oweFee; // 欠费金额 |
| | | private String billType; |
| | |
| | | private String ownerName; |
| | | |
| | | private String ownerTel; |
| | | |
| | | private String ownerId; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | private Date curReadingTime; |
| | | |
| | | private List<FeeAttrDto> feeAttrDtos; |
| | | |
| | | //当前时间 |
| | | private Date nowDate; |
| | | |
| | | //查询出的数量 |
| | | private int count; |
| | | |
| | | |
| | | public String getAmount() { |
| | |
| | | public void setEndTime(Date endTime) { |
| | | this.endTime = endTime; |
| | | } |
| | | |
| | | |
| | | public Date getArrearsEndTime() { |
| | | return arrearsEndTime; |
| | |
| | | public void setReceivedAmountSwitch(String receivedAmountSwitch) { |
| | | this.receivedAmountSwitch = receivedAmountSwitch; |
| | | } |
| | | |
| | | public String getOwnerId() { |
| | | return ownerId; |
| | | } |
| | | |
| | | public void setOwnerId(String ownerId) { |
| | | this.ownerId = ownerId; |
| | | } |
| | | |
| | | public Date getNowDate() { |
| | | return nowDate; |
| | | } |
| | | |
| | | public void setNowDate(Date nowDate) { |
| | | this.nowDate = nowDate; |
| | | } |
| | | |
| | | public int getCount() { |
| | | return count; |
| | | } |
| | | |
| | | public void setCount(int count) { |
| | | this.count = count; |
| | | } |
| | | |
| | | public String getComputingFormulaText() { |
| | | return computingFormulaText; |
| | | } |
| | | |
| | | public void setComputingFormulaText(String computingFormulaText) { |
| | | this.computingFormulaText = computingFormulaText; |
| | | } |
| | | |
| | | public String getMwPrice() { |
| | | return mwPrice; |
| | | } |
| | | |
| | | public void setMwPrice(String mwPrice) { |
| | | this.mwPrice = mwPrice; |
| | | } |
| | | } |