md
This commit is contained in:
parent
d4d63b20d7
commit
ad21250ef8
@ -29,9 +29,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="prepareInRemark" column="prepare_in_remark" />
|
||||
<result property="prepareInSupplier" column="prepare_in_supplier" />
|
||||
<result property="packType" column="pack_type" />
|
||||
<result property="totalParcelQty" column="total_parcel_qty" />
|
||||
<result property="totalParcelQty" column="parcel_qty" />
|
||||
<result property="totalVolume" column="total_volume" />
|
||||
<result property="totalWeight" column="total_weight" />
|
||||
<result property="totalWeight" column="bill_weight" />
|
||||
<result property="parcelQty" column="parcel_qty" />
|
||||
<result property="billWeight" column="bill_weight" />
|
||||
<result property="realValue" column="real_value" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user