This commit is contained in:
dute7liang
2024-01-16 21:33:52 +08:00
parent 834d78b91b
commit a6876dabb4
7 changed files with 93 additions and 30 deletions

View File

@@ -18,4 +18,6 @@ public interface AccountCashService extends IService<AccountCash> {
void withdraw(WithdrawReq res);
Page<AccountCashAdminVo> pageAdmin(PageQuery pageQuery, AccountCashAdminVo bo);
void fail(Long id);
}