计价规则字段查询;

This commit is contained in:
王奎兴
2026-06-16 15:14:25 +08:00
parent c22fbc53c3
commit 861f2f845d
2 changed files with 10 additions and 0 deletions
@@ -96,6 +96,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="reservePrice" column="reserve_price" />
<result property="reserveUnitPrice" column="reserve_unit_price" />
<result property="shelfLife" column="shelf_life" />
<result property="fireInsureFee" column="fire_insure_fee" />
</resultMap>
@@ -106,6 +107,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.discount_rate ,
a.single_volume ,
a.single_gross_weight ,
a.fire_insure_fee,
a.lot_no ,a.reserve_quantity,a.reserve_gross_weight,a.reserve_net_weight,a.reserve_volume,a.reserve_area,a.reserve_price,a.reserve_unit_price,a.shelf_life,
a.material_detail_id, a.organization_id, a.organization_name, a.top_organization_id, a.unique_id, a.in_order_number, a.material_base_info_id,
a.material_code, a.material_name, a.bar_code, a.quantity, a.receipt_quantity, a.shelves_quantity,