12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- $PBExportHeader$s_empinfo.srs
- global type s_empinfo from structure
- long scid
- long empid
- string empcode
- string empname
- string sex
- datetime birthday
- string idcard
- string homeplace
- decimal { 2 } stature
- string diploma
- string hometel
- string handtel
- string postcode
- string address
- datetime joindate
- string duty
- string wrktpye
- long deptid
- string officetel
- string cardcode
- string bedcode
- decimal { 4 } wage
- string bankcode
- string language
- string introducer
- string dscrp
- integer jobtype
- long jobid
- decimal { 2 } hourwage
- integer status
- datetime ondutydate
- string nation
- string likestr
- integer ifmarry
- string specialty
- string computergrade
- string health
- decimal { 5 } bankamt
- integer gztype
- end type
|