ฟิลเตอร์ สถานภาพ

This commit is contained in:
setthawutttty 2025-03-06 09:55:28 +07:00
parent ab4db32ac2
commit 9c72cd249d
5 changed files with 59 additions and 2 deletions

View file

@ -12,6 +12,7 @@ interface QuerySting {
page: number; //*หน้า
pageSize: number; //*จำนวนแถวต่อหน้า
keyword: string; //keyword ค้นหา
profileType: string;
}
interface DateFilter {