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; |
| | |
| | | public void setComputingFormulaText(String computingFormulaText) { |
| | | this.computingFormulaText = computingFormulaText; |
| | | } |
| | | |
| | | public String getMwPrice() { |
| | | return mwPrice; |
| | | } |
| | | |
| | | public void setMwPrice(String mwPrice) { |
| | | this.mwPrice = mwPrice; |
| | | } |
| | | } |