This commit is contained in:
linfso 2025-01-06 14:14:04 +08:00
parent d4d63b20d7
commit ad21250ef8

View File

@ -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" />