12345678910111213141516171819 |
- $PBExportHeader$s_moverecord.srs
- global type s_moverecord from structure
- long moveid
- long empid
- datetime movedate
- integer movetype
- string cause
- string sjob
- string djob
- string filecode
- decimal { 2 } wage
- string firetype
- long sdeptid
- long ddeptid
- long scid
- string dscrp
- integer ifBlackList
- end type
|