UI ระบบพัฒนา เมนูประวัติฝึกอบรม/ดูงาน ขรก
This commit is contained in:
parent
0e63cefa5d
commit
a11bdf7e19
4 changed files with 92 additions and 6 deletions
|
|
@ -63,6 +63,20 @@ interface FormAddHistory{
|
|||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface FormAddHistoryProject{
|
||||
project:string
|
||||
year:string
|
||||
trainingStart:string
|
||||
trainingEnd:string
|
||||
totalTraining:string
|
||||
location:string
|
||||
topic:string
|
||||
studyStart:string
|
||||
studyEnd:string
|
||||
organizingTraining:string
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
export type {
|
||||
FormQueryProject,
|
||||
FormBasicinfo,
|
||||
|
|
@ -71,4 +85,5 @@ export type {
|
|||
FormFollowResult,
|
||||
FormFollowOther,
|
||||
FormAddHistory,
|
||||
FormAddHistoryProject,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue