ทะเบียนประวัติ: เครื่องราชฯ (refactor)

This commit is contained in:
puriphatt 2024-03-22 10:46:22 +07:00
parent 80b78245bb
commit a946d3b1c9
4 changed files with 114 additions and 175 deletions

View file

@ -1,29 +1,26 @@
interface ResponseObject {
id: string;
createdAt: string;
createdUserId: Date | string;
lastUpdatedAt: Date | string;
createdUserId: Date | null;
lastUpdatedAt: Date | null;
lastUpdateUserId: string;
createdFullName: string;
lastUpdateFullName: string;
profileId: string;
isActive: boolean;
year: number;
no: string;
volume: string;
section: string;
page: string;
receiveDate: Date | string;
receiveDate: Date | null;
insigniaId: string;
insignia: ResponseInsigniaObject;
dateAnnounce: Date | string;
dateAnnounce: Date | null;
issue: string;
volumeNo: string;
refCommandDate: Date | string;
refCommandDate: Date | null;
refCommandNo: string;
note: string;
insigniaName?: string
}
interface ResponseInsigniaObject {