check permission list เมนูทะเบียนประวัติ
This commit is contained in:
parent
51707646e7
commit
6f2af7bb77
3 changed files with 82 additions and 11 deletions
|
|
@ -10,7 +10,11 @@ interface DataOption2 {
|
|||
id: number;
|
||||
name: string;
|
||||
}
|
||||
|
||||
interface DataOptionSys {
|
||||
id: string;
|
||||
name: string;
|
||||
system: string;
|
||||
}
|
||||
interface DataOptionInsignia {
|
||||
id: string;
|
||||
name: string;
|
||||
|
|
@ -55,4 +59,5 @@ export type {
|
|||
InformationOps,
|
||||
AddressOps,
|
||||
InsigniaOps,
|
||||
DataOptionSys,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue