This commit is contained in:
geek
2018-05-02 17:03:39 +09:00
parent 96fdfd4f4a
commit b854cbb766
111 changed files with 343 additions and 714 deletions

View File

@@ -0,0 +1,6 @@
export interface PageParams {
pageNo: number;
countPerPage: number;
sortCol: string;
sortDirection: string;
}