update การเพิ่ม คำสั่ง
This commit is contained in:
parent
bfe033dbfe
commit
bb46a8ac0c
7 changed files with 206 additions and 109 deletions
|
|
@ -1 +1,14 @@
|
|||
export type {};
|
||||
interface DataListCommand {
|
||||
category: string;
|
||||
commandCode: string;
|
||||
createdAt: string | Date;
|
||||
createdFullName: string;
|
||||
createdUserId: string;
|
||||
id: string;
|
||||
lastUpdateFullName: string;
|
||||
lastUpdateUserId: string;
|
||||
lastUpdatedAt: string | Date;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export type { DataListCommand };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue