12345678910111213141516171819202122232425262728 |
- $PBExportHeader$s_mtrl_price_change.srs
- global type s_mtrl_price_change from structure
- long scid
- long billid
- datetime billdate
- string billcode
- string billemp
- integer billtype
- string dscrp
- long relid
- string relcode
- long mtrlid
- string status
- string woodcode
- string pcode
- decimal { 10 } price
- decimal { 10 } newprice
- long flag
- s_mtrl_price_changemx arg_s_mx[]
- s_mtrl_price_changemx2 arg_s_mx2[]
- integer ifchange
- long sptid
- long moneyid
- decimal { 10 } mrate
- string unit
- decimal { 10 } rate
- end type
|