현금영수증 완료

This commit is contained in:
focp212@naver.com
2025-10-25 21:48:10 +09:00
parent 2f13c29d1b
commit 9cffa264e7
12 changed files with 167 additions and 51 deletions

View File

@@ -3,7 +3,7 @@ import { SortTypeKeys } from "./types";
export const DEFAULT_PAGE_PARAM = {
cursor: null,
size: 0,
size: 20,
sortType: SortTypeKeys.LATEST,
limit: 0
};