ออกคำสังโครงสร้าง
This commit is contained in:
parent
f891926553
commit
54395379b5
3 changed files with 107 additions and 75 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue