luo
2024-02-06 00af90424cffb4cfec8425a660c52d138630f4c9
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;
    /**