fixing ระบบวินัย
This commit is contained in:
parent
e9ee7e7f40
commit
ba728ea000
16 changed files with 391 additions and 442 deletions
|
|
@ -65,6 +65,23 @@ interface dataDetail {
|
|||
offenseDetails: string;
|
||||
disciplinaryFaultLevel: string;
|
||||
disciplinaryCaseFault: string;
|
||||
posTypeName: string;
|
||||
child1: string;
|
||||
child1Id: string | null;
|
||||
child1ShortName: string;
|
||||
child2: string;
|
||||
child2Id: string | null;
|
||||
child2ShortName: string;
|
||||
child3: string;
|
||||
child3Id: string | null;
|
||||
child3ShortName: string;
|
||||
child4: string;
|
||||
child4Id: string | null;
|
||||
child4ShortName: string;
|
||||
root: string;
|
||||
rootId: string | null;
|
||||
rootShortName: string;
|
||||
positionType?: string;
|
||||
}
|
||||
|
||||
interface DataOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue