| | |
| | | void updateParkingArea(JSONObject postParameters); |
| | | |
| | | void deleteParkingArea(JSONObject postParameters); |
| | | |
| | | /** |
| | | * 添加 车辆 |
| | | * |
| | | * @param postParameters |
| | | */ |
| | | void addOwnerCar(JSONObject postParameters); |
| | | |
| | | void updateOwnerCar(JSONObject postParameters); |
| | | |
| | | void deleteOwnerCar(JSONObject postParameters); |
| | | |
| | | void addCarBlackWhite(JSONObject postParameters); |
| | | |
| | | void deleteCarBlackWhite(JSONObject postParameters); |
| | | |
| | | /** |
| | | * 同步临时车费用 |
| | | * |
| | | * @param postParameters |
| | | */ |
| | | void addTempCarFeeConfig(JSONObject postParameters); |
| | | |
| | | /** |
| | | * 同步临时车费用 |
| | | * |
| | | * @param postParameters |
| | | */ |
| | | void updateTempCarFeeConfig(JSONObject postParameters); |
| | | |
| | | void deleteTempCarFeeConfig(JSONObject postParameters); |
| | | } |