แก้รายการลา

This commit is contained in:
setthawutttty 2025-04-04 14:33:20 +07:00
parent fe30256a6b
commit dec7214200
5 changed files with 26 additions and 20 deletions

View file

@ -10,7 +10,7 @@ interface QuerySting {
type: string; //*Id ประเภทการลา
status: string; //*สถานะการของลา
page: number; //*หน้า
pageSize: number; //*จำนวนแถวต่อหน้า
rowsPerPage: number; //*จำนวนแถวต่อหน้า
keyword: string; //keyword ค้นหา
profileType: string;
sortBy?: string;