puzhibing
2023-11-04 4becc1e8cdb2fbe0dcb94493b75a59ec1817028c
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IWithdrawalService.java
@@ -16,7 +16,7 @@
     * @param uid
     * @throws Exception
     */
    ResultUtil withdrawal(Double money, Integer uid, Integer language) throws Exception;
    ResultUtil withdrawal(Double money, Integer uid, String remark, Integer language) throws Exception;
    /**