공지사항 paging

This commit is contained in:
focp212@naver.com
2025-10-20 10:05:21 +09:00
parent e3e4ec8b83
commit b2a041e130
4 changed files with 86 additions and 33 deletions

View File

@@ -61,7 +61,7 @@ export interface QnaSaveResponse {
export interface NoticeListParams extends SupportParams {
searchKeyword: string;
category: string;
pagination?: DefaultRequestPagination;
page?: DefaultRequestPagination;
};
export interface NoticeItem {
id?: number;