mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 02:32:29 +09:00
first
This commit is contained in:
17
src/utils/types.ts
Normal file
17
src/utils/types.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export type Person = {
|
||||
sabun: string
|
||||
name: string
|
||||
dept_cd: string
|
||||
dept_nm: string
|
||||
ptsn_nm: string
|
||||
grade_cd: string
|
||||
grade_nm: string
|
||||
ofce_phn: string
|
||||
mbl_phn: string
|
||||
state: string
|
||||
attend_cd: string
|
||||
attend_nm: string
|
||||
attend_sta_ymd: string
|
||||
attend_end_ymd: string
|
||||
gubun_cd: string
|
||||
}
|
||||
Reference in New Issue
Block a user