ทะเบียนประวัติ: เครื่องราชฯ (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,6 +1,5 @@
interface RequestItemsObject {
profileId?: string;
isActive: boolean;
year: number;
no: string;
volume: string;
@ -16,23 +15,4 @@ interface RequestItemsObject {
note: string;
}
interface FormData {
id: string;
isActive: boolean;
year: number;
receiveDate: Date | null;
insigniaId: string;
insigniaType: string;
no: string;
issue: string;
volumeNo: string;
volume: string;
section: string;
page: string;
dateAnnounce: Date | null;
refCommandNo: string;
refCommandDate: Date | null;
note: string;
}
export type { RequestItemsObject, FormData };
export type { RequestItemsObject };