ข้อมูลราชการ ==> ตำแหน่ง
This commit is contained in:
parent
cbee41e212
commit
2acaf97a28
4 changed files with 212 additions and 292 deletions
|
|
@ -11,4 +11,14 @@ interface DataRequest {
|
|||
topic: string;
|
||||
}
|
||||
|
||||
export type { DataRequest };
|
||||
interface DataCommandCode {
|
||||
id: string;
|
||||
createdAt: Date;
|
||||
lastUpdatedAt: Date;
|
||||
createdFullName: string;
|
||||
lastUpdateFullName: string;
|
||||
name: string;
|
||||
code: number;
|
||||
}
|
||||
|
||||
export type { DataRequest, DataCommandCode };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue