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 |
| | | |
| | |
| | | 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; |
| | |
| | | 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; |
| | | } |
| | | } |