java110
2022-02-22 d57505f51f0f2c27db50e41a05262f921a8a2c32
service-fee/src/main/java/com/java110/fee/bmo/fee/IFeeBMO.java
@@ -144,10 +144,10 @@
     * 添加物业费用
     *
     * @param paramInJson     接口调用放传入入参
     * @param dataFlowContext 数据上下文
     * @param context 数据上下文
     * @return 订单服务能够接受的报文
     */
    public JSONObject addFee(OwnerCarDto ownerCarDto, JSONObject paramInJson, DataFlowContext dataFlowContext);
    public JSONObject addFee(OwnerCarDto ownerCarDto, JSONObject paramInJson, ICmdDataFlowContext context);
    /**