ย้ายตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-02 14:30:07 +07:00
parent 7112e60b69
commit 48b330b53a
6 changed files with 332 additions and 12 deletions

View file

@ -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 };