assignList
This commit is contained in:
parent
f81ff646ac
commit
414eca616d
3 changed files with 57 additions and 62 deletions
|
|
@ -44,11 +44,14 @@ interface FormMainProbation2 {
|
|||
institution: string;
|
||||
}
|
||||
interface FormProbationDetail {
|
||||
no: string;
|
||||
startDate: string;
|
||||
endDete: string;
|
||||
intendant: string;
|
||||
commander: string;
|
||||
no: string,
|
||||
id: string,
|
||||
round_no: number,
|
||||
date_start: string,
|
||||
date_finish: string,
|
||||
mentors: string,
|
||||
commander: string,
|
||||
chairman: null
|
||||
}
|
||||
interface FormProbationPersonal {
|
||||
personal_id: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue