PDA上架调整修改
This commit is contained in:
@@ -62,11 +62,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="extAttr3" column="ext_attr_3" />
|
||||
<result property="extAttr4" column="ext_attr_4" />
|
||||
<result property="totalNetWeight" column="total_net_weight" />
|
||||
<result property="alreadyShelvesNetWeight" column="total_net_weight" />
|
||||
<result property="totalGrossWeight" column="total_gross_weight" />
|
||||
<result property="alreadyShelvesGrossWeight" column="total_gross_weight" />
|
||||
<result property="totalVolume" column="total_volume" />
|
||||
<result property="alreadyShelvesVolume" column="total_volume" />
|
||||
<result property="totalArea" column="total_area" />
|
||||
<result property="inOrderNumber" column="in_order_number" />
|
||||
<result property="lotNumber" column="lot_number" />
|
||||
<result property="alreadyShelvesArea" column="total_area" />
|
||||
</resultMap>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user