ออกคำสังโครงสร้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-08 10:35:55 +07:00
parent f891926553
commit 54395379b5
3 changed files with 107 additions and 75 deletions

View file

@ -57,6 +57,18 @@ interface ListCommand {
commandSysId: string;
}
interface DataOrder {
assignFullName: string;
commandAffectDate: string | Date;
commandExcecuteDate: string | Date;
commandNo: string;
commandYear: number;
createdFullName: string;
id: string;
issue: string;
status: string;
}
export type {
Pagination,
DataOption,
@ -64,4 +76,5 @@ export type {
DataPerson,
DateSelectPerson,
ListCommand,
DataOrder,
};