UI เพิ่มประวัติการฝึกอบรม/ดูงานของข้าราชการกรุงเทพมหานครสามัญ(ยังไม่เสร็จดี)
This commit is contained in:
parent
ccf4e3d47d
commit
648c613f4f
6 changed files with 699 additions and 5 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue