@@ -147,4 +147,13 @@ public class ProductInfoEhsdJson {
* 产品类型 1公司产品 2客户产品
*/
private String type;
+
+ /**
+ * 成本币种
+ */
+ private String costCurrency;
+ * 销售币种
+ private String currency;
}