123456789101112131415161718192021222324252627 |
- $PBExportHeader$s_workpricetable.srs
- global type s_workpricetable from structure
- long mtrlid
- long proid
- string procode
- string proname
- long proorder
- string worklevel
- string techlevel
- decimal { 4 } workhour
- decimal { 4 } workprice
- decimal { 4 } workqty
- string dscrp
- integer lastflag
- long wrkgrpid
- integer ifownpro
- integer lsxtype
- integer ifstandard
- string status
- integer if_select_any
- long mtrlid_arr[]
- long count
- integer ifjd
- string pricestr
- string stepstr
- end type
|