ทะเบียนประวัติ: เครื่องราชฯ
This commit is contained in:
parent
199e91134f
commit
e83b1671d9
4 changed files with 1239 additions and 12 deletions
22
src/modules/04_registryNew/interface/response/Insignia.ts
Normal file
22
src/modules/04_registryNew/interface/response/Insignia.ts
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
//ข้อมูล
|
||||
interface ResponseObject {
|
||||
id: string;
|
||||
insigniaType: string;
|
||||
insignia: string;
|
||||
insigniaId: string;
|
||||
year: number;
|
||||
no: string;
|
||||
issue: string;
|
||||
volumeNo: string;
|
||||
volume: string;
|
||||
section: string;
|
||||
page: string;
|
||||
receiveDate: Date;
|
||||
dateAnnounce: Date;
|
||||
refCommandNo: string;
|
||||
refCommandDate: Date | null;
|
||||
createdFullName: string;
|
||||
createdAt: Date;
|
||||
}
|
||||
|
||||
export type { ResponseObject };
|
||||
Loading…
Add table
Add a link
Reference in a new issue