UI ออกคำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-10 18:03:01 +07:00
parent a750c4924c
commit 884fab1560
15 changed files with 1828 additions and 18 deletions

View file

@ -3,7 +3,7 @@ interface Pagination {
}
interface DataOption {
id: string;
id: string | number;
name: string;
}