123456789101112131415161718192021222324252627 |
- $PBExportHeader$s_order_plan_tech.srs
- global type s_order_plan_tech from structure
- long scid
- long billid
- string billcode
- integer flag
- datetime billdate
- datetime begindate
- datetime enddate
- string rep
- long wrkgrpid
- long workgroupid
- long empid
- long orderid
- long printid
- long parentid
- decimal { 10 } qty
- decimal { 10 } fqty
- string opemp
- string modemp
- string auditemp
- datetime opdate
- datetime moddate
- datetime auditdate
- string aps_plancode
- end type
|