ย้ายตำแหน่ง
This commit is contained in:
parent
7112e60b69
commit
48b330b53a
6 changed files with 332 additions and 12 deletions
|
|
@ -6,4 +6,10 @@ interface FilterMaster {
|
|||
pageSize: number; //*จำนวนแถวต่อหน้า
|
||||
keyword: string; //ข้อความที่ต้องการค้นหา
|
||||
}
|
||||
export type { FilterMaster };
|
||||
interface MovePos {
|
||||
id: string;
|
||||
type: number;
|
||||
positionMaster: string[];
|
||||
}
|
||||
|
||||
export type { FilterMaster, MovePos };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue