เพิ่มข้อมูลหลัก [ข้อมูลปฏิทินวันหยุด,ข้อมูลเครื่องราชอิสริยาภรณ์]
This commit is contained in:
parent
a8aefe6e02
commit
9876eb6aaf
50 changed files with 4532 additions and 9 deletions
|
|
@ -0,0 +1,14 @@
|
|||
//ข้อมูล
|
||||
interface ResponseHistoryObject {
|
||||
createdAt?: Date;
|
||||
createdFullName: String;
|
||||
createdUserId: String;
|
||||
id: String;
|
||||
isActive: Boolean;
|
||||
lastUpdateFullName: String;
|
||||
lastUpdateUserId: String;
|
||||
lastUpdatedAt?: Date;
|
||||
name: String;
|
||||
}
|
||||
|
||||
export type { ResponseHistoryObject };
|
||||
Loading…
Add table
Add a link
Reference in a new issue