UI => ส่งคนไประบบออกคำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-27 15:59:13 +07:00
parent 3ca0390b87
commit fc75e315f5
19 changed files with 816 additions and 842 deletions

View file

@ -226,7 +226,6 @@ interface DataProfile {
child3ShortName: string | null;
child4: string | null;
child4ShortName: string | null;
child1Old?: string | null;
child1ShortNameOld?: string | null;
child2Old?: string | null;
@ -235,7 +234,6 @@ interface DataProfile {
child3ShortNameOld?: string | null;
child4Old?: string | null;
child4ShortNameOld?: string | null;
createdAt: string | Date;
dateEnd: string | Date;
dateStart: string | Date;
@ -340,9 +338,9 @@ interface PersonData {
deferment: boolean;
statusName: string;
organizationName: string;
id: string;
}
export type {
DataOption,
DataOptionInsignia,
@ -368,7 +366,7 @@ export type {
ListDataText,
ListMenu,
DataEducation,
PersonData
PersonData,
};
export { AddressDataDefualt, FamilyDataDefualt };

View file

@ -23,6 +23,7 @@ interface listMain {
amountOld: number;
positionDate: Date;
leaveDate: Date;
id: string;
}
//ข้อมูลจาก api
interface listMainAPI {