吴学文
2019-06-04 e460dff7a88747dcb66d08b2ed9d7280f94294ee
WebService/src/main/java/com/java110/web/smo/IFeeServiceSMO.java
@@ -17,6 +17,14 @@
    ResponseEntity<String> loadPropertyConfigFee(IPageData pd);
    /**
     * 缴费
     *
     * @param pd 页面数据封装对象
     * @return 返回 ResponseEntity对象包含 http状态 信息 body信息
     */
    ResponseEntity<String> payFee(IPageData pd);
    /**
     * 查询主费用
     *
     * @param pd 页面数据封装对象