1234567891011121314151617181920212223242526 |
- $PBExportHeader$s_check_bill_mx.srs
- global type s_check_bill_mx from structure
- long billid
- long printid
- string taskcode
- long reltaskid
- long relprintid
- long checktype
- decimal{4} forqty
- decimal{4} passqty
- decimal{4} checkqty
- decimal{4} goodqty
- decimal{4} badqty
- long finishflag
- string checkemp
- datetime checkdate
- string mxdscrp
- string mtrlcode
- string mtrlname
- string mtrlmode
- string status
- string woodcode
- string pcode
- s_fx_check_bill_itemmx itemmx[]
- end type
|