浏览代码

产品库添加币种字段

yzc 1 年之前
父节点
当前提交
625fe408cc
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      hx-item/src/main/java/com/fjhx/item/entity/product/po/ProductInfoEhsdJson.java

+ 9 - 0
hx-item/src/main/java/com/fjhx/item/entity/product/po/ProductInfoEhsdJson.java

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