지급대행 요청

This commit is contained in:
focp212@naver.com
2025-09-22 14:56:29 +09:00
parent 13474c4fca
commit 5e7bde0853
7 changed files with 128 additions and 25 deletions

View File

@@ -16,7 +16,8 @@ export enum FilterDateOptions {
};
export enum CalendarType {
Start = 'Start',
End = 'End'
End = 'End',
Single = 'Single'
};
export interface DefaultRequestPagination {
cursor: string;