UI เพิ่มรายการโครงการ => เป้าหมาย
This commit is contained in:
parent
60aea83177
commit
851dd996f7
3 changed files with 115 additions and 18 deletions
|
|
@ -8,4 +8,4 @@ interface DataOptionCheckBox {
|
|||
value: string;
|
||||
}
|
||||
|
||||
export type { DataOption,DataOptionCheckBox };
|
||||
export type { DataOption, DataOptionCheckBox };
|
||||
|
|
|
|||
|
|
@ -0,0 +1,17 @@
|
|||
interface ResGroup {
|
||||
id: string;
|
||||
posLevels: ResLevel[];
|
||||
posTypeName: string;
|
||||
posTypeRank: number;
|
||||
posTypeShortName: string;
|
||||
}
|
||||
|
||||
interface ResLevel {
|
||||
id: string;
|
||||
posLevelName: number;
|
||||
posTypeName: string;
|
||||
posTypeId: string;
|
||||
posLevelAuthority: string;
|
||||
}
|
||||
|
||||
export type { ResGroup, ResLevel };
|
||||
Loading…
Add table
Add a link
Reference in a new issue