m
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { WithdrawService } from '../service/withdraw.service';
|
||||
import { ApplyWithdrawDto } from '../dto/withdraw.dto';
|
||||
export declare class WithdrawController {
|
||||
private readonly withdrawService;
|
||||
constructor(withdrawService: WithdrawService);
|
||||
apply(dto: ApplyWithdrawDto): Promise<import("src/app/common/api").ApiResponseVo<unknown>>;
|
||||
}
|
||||
Reference in New Issue
Block a user