เลือกผู้เซ็นเอกสาร ประเมินผล step2
This commit is contained in:
parent
665e530f47
commit
4ff70cfc40
3 changed files with 242 additions and 55 deletions
17
src/modules/06_evaluate/interface/evalute.ts
Normal file
17
src/modules/06_evaluate/interface/evalute.ts
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
interface FormCommand {
|
||||
elementaryFullName: string;
|
||||
elementaryPosition: string;
|
||||
abovelevelFullname: string;
|
||||
abovelevelPosition: string;
|
||||
}
|
||||
|
||||
interface FormCommandRef {
|
||||
elementaryFullName: object | null;
|
||||
elementaryPosition: object | null;
|
||||
abovelevelFullname: object | null;
|
||||
abovelevelPosition: object | null;
|
||||
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
export type { FormCommand, FormCommandRef };
|
||||
Loading…
Add table
Add a link
Reference in a new issue