ปรับรายการลา

This commit is contained in:
setthawutttty 2025-03-27 10:47:56 +07:00
parent 72483b2d6d
commit 9e3ee0030d
6 changed files with 55 additions and 51 deletions

View file

@ -13,6 +13,8 @@ interface QuerySting {
pageSize: number; //*จำนวนแถวต่อหน้า
keyword: string; //keyword ค้นหา
profileType: string;
sortBy?: string;
descending?: boolean;
}
interface DateFilter {