fix ==> รายงานบรรจุ แต่งตั้ง ย้าย โอน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-11 18:12:42 +07:00
parent 5b944dc593
commit 95ace09cb8
5 changed files with 423 additions and 99 deletions

View file

@ -14,6 +14,12 @@ interface DataOption1 {
name: string | null;
disable?: boolean;
}
interface DataTypeReport {
id: string;
name: string;
type: string;
}
interface DataOptionInsignia {
id: string;
name: string;
@ -484,6 +490,7 @@ export type {
DataPermissions,
TabPermissions,
MainData,
DataTypeReport,
};
export { AddressDataDefualt, FamilyDataDefualt };