Browse Source

【多币别】【销售出入库关联列表带汇率】

rainco 7 years ago
parent
commit
3f710d6ef5

+ 1 - 0
applications/sale/sale-server/src/main/resources/mapper/ProdInOutListMapper.xml

@@ -78,6 +78,7 @@
     <result column="pd_ordertotal" jdbcType="DOUBLE" property="pd_ordertotal" />
     <result column="pi_ioid" jdbcType="INTEGER" property="pi_ioid" />
     <result column="pi_iocode" jdbcType="VARCHAR" property="pi_iocode" />
+    <result column="pi_rate" jdbcType="DOUBLE" property="pi_rate" />
   </resultMap>
 
   <resultMap id="homePageList" type="com.usoftchina.saas.sale.po.ProdHomePageList">

+ 2 - 0
applications/storage/storage-dto/src/main/java/com/usoftchina/saas/storage/po/ProdInOutList.java

@@ -150,6 +150,8 @@ public class ProdInOutList extends CommonBaseEntity{
 
     private String pi_currency;
 
+    private Double pi_rate;
+
     private Integer pi_sellerid;
 
     private String pi_sellercode;