소스 검색

产品库添加币种字段

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客户产品
      */
     private String type;
+
+    /**
+     * 成本币种
+     */
+    private String costCurrency;
+    /**
+     * 销售币种
+     */
+    private String currency;
 }