UI เพิ่มประวัติการฝึกอบรม/ดูงานของข้าราชการกรุงเทพมหานครสามัญ(ยังไม่เสร็จดี)

This commit is contained in:
STW_TTTY\stwtt 2024-04-01 18:03:31 +07:00
parent ccf4e3d47d
commit 648c613f4f
6 changed files with 699 additions and 5 deletions

View file

@ -52,6 +52,17 @@ interface FormFollowOther {
issues:string
}
interface FormAddHistory{
citizenId:string
name:string
position:string
type:string
level:string
positionSide:string
oc:string
[key: string]: any;
}
export type {
FormQueryProject,
FormBasicinfo,
@ -59,4 +70,5 @@ export type {
FormGroupRelate,
FormFollowResult,
FormFollowOther,
FormAddHistory,
};