UI ระบบพัฒนา เมนูประวัติฝึกอบรม/ดูงาน ขรก

This commit is contained in:
STW_TTTY\stwtt 2024-04-02 10:25:43 +07:00
parent 0e63cefa5d
commit a11bdf7e19
4 changed files with 92 additions and 6 deletions

View file

@ -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,
};