| | |
| | | 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_CAR = "6666";//是车位 |
| | | public static final String PAYER_OBJ_TYPE_RENTING = "9999";//房源ID |
| | | |
| | | public static final String FEE_FLAG_ONCE = "2006012"; |
| | | public static final String REDIS_PAY_OWE_FEE = "PAY_OWE_FEE_"; |
| | | |
| | | private String amount; |
| | | private String incomeObjId; |
| | | private String incomeObjName; |
| | | private String feeTypeCd; |
| | | private Date startTime; |
| | | private Date endTime; |
| | |
| | | private String[] payerObjIds; |
| | | private String[] feeTypeCds; |
| | | private String configId; |
| | | |
| | | //映射关系开关值 |
| | | private String val; |
| | | |
| | | private String squarePrice; |
| | | private String additionalAmount; |
| | |
| | | private double oweFee; // 欠费金额 |
| | | private String billType; |
| | | private String billTypeName; |
| | | private String builtUpArea; |
| | | |
| | | private String paymentCd; |
| | | |
| | |
| | | public void setFeeAttrDtos(List<FeeAttrDto> feeAttrDtos) { |
| | | this.feeAttrDtos = feeAttrDtos; |
| | | } |
| | | |
| | | public String getIncomeObjName() { |
| | | return incomeObjName; |
| | | } |
| | | |
| | | public void setIncomeObjName(String incomeObjName) { |
| | | this.incomeObjName = incomeObjName; |
| | | } |
| | | |
| | | public String getBuiltUpArea() { |
| | | return builtUpArea; |
| | | } |
| | | |
| | | public void setBuiltUpArea(String builtUpArea) { |
| | | this.builtUpArea = builtUpArea; |
| | | } |
| | | |
| | | public String getVal() { |
| | | return val; |
| | | } |
| | | |
| | | public void setVal(String value) { |
| | | this.val = value; |
| | | } |
| | | } |