fix ==> รายงานบรรจุ แต่งตั้ง ย้าย โอน
This commit is contained in:
parent
5b944dc593
commit
95ace09cb8
5 changed files with 423 additions and 99 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue