|
|
@@ -5,7 +5,6 @@
|
|
|
<!-- 通用查询映射结果 -->
|
|
|
<resultMap id="priceBankResultMap" type="org.springblade.mocha.entity.PriceBank">
|
|
|
<id column="id" property="id"/>
|
|
|
- <result column="pid" property="pid"/>
|
|
|
<result column="item_id" property="itemId"/>
|
|
|
<result column="code" property="code"/>
|
|
|
<result column="cname" property="cname"/>
|
|
|
@@ -37,6 +36,10 @@
|
|
|
<result column="status" property="status"/>
|
|
|
<result column="is_deleted" property="isDeleted"/>
|
|
|
<result column="good_nature" property="goodNature"/>
|
|
|
+ <result column="exchange_rate" property="exchangeRate"/>
|
|
|
+ <result column="greenback" property="greenback"/>
|
|
|
+ <result column="good_type_name" property="goodsTypeName"/>
|
|
|
+ <result column="tax_rate" property="taxRate"/>
|
|
|
</resultMap>
|
|
|
|
|
|
|