old mode 100644
new mode 100755
| | |
| | | * @param dataFlowContext |
| | | * @return |
| | | */ |
| | | void addPayFeeDetailDiscount(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | JSONObject addPayFeeDetailDiscount(JSONObject paramInJson,JSONObject discountJson, DataFlowContext dataFlowContext); |
| | | |
| | | /** |
| | | * 添加小区信息 |
| | | * |
| | | * @param paramInJson 接口调用放传入入参 |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | void addPayFeeDetailDiscountTwo(JSONObject paramInJson, JSONObject discountJson, DataFlowContext dataFlowContext); |
| | | |
| | | /** |
| | | * 添加缴费优惠信息 |