수기발행 / 현금영수증 용도변경

This commit is contained in:
focp212@naver.com
2025-09-11 16:38:49 +09:00
parent 1b4af7a82f
commit 48a3bd1ed4
15 changed files with 424 additions and 96 deletions

View File

@@ -1,3 +1,7 @@
export enum SuccessResult {
SUCCESS = 'SUCCESS',
FAIL = 'FAIL'
};
export interface DefaultRequestPagination {
cursor: string;
size: number;