Browse Source

加字段

zxz 4 năm trước cách đây
mục cha
commit
5c469bd63d

+ 32 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/entity/ContractManagementInfo.java

@@ -49,6 +49,10 @@ public class ContractManagementInfo extends BaseModel<ContractManagementInfo> {
      * 合同类型(1销售2采购)
      */
     private String contractType;
+    /**
+     * 交货方式(1我方自提2对方送货)
+     */
+    private String deliverType;
     /**
      * 运输方式
      */
@@ -73,10 +77,34 @@ public class ContractManagementInfo extends BaseModel<ContractManagementInfo> {
      * 卖方电话
      */
     private String sellerPhone;
+    /**
+     * 货源地省
+     */
+    private String sourceProvince;
+    /**
+     * 货源地市
+     */
+    private String sourceCity;
+    /**
+     * 货源地区
+     */
+    private String sourceArea;
     /**
      * 货源地
      */
     private String sourceGoods;
+    /**
+     * 交货地省
+     */
+    private String deliveryProvince;
+    /**
+     * 交货地市
+     */
+    private String deliveryCity;
+    /**
+     * 交货地区
+     */
+    private String deliveryArea;
     /**
      * 交货地
      */
@@ -163,6 +191,10 @@ public class ContractManagementInfo extends BaseModel<ContractManagementInfo> {
      * 备注
      */
     private String remarks;
+    /**
+     * 最终实际交易量
+     */
+    private String finalTradingVolume;
 
     /**
      * 货名

+ 4 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/entity/WarehouseBaseInfo.java

@@ -44,6 +44,10 @@ public class WarehouseBaseInfo extends BaseModel<WarehouseBaseInfo> {
      * 仓库名称
      */
     private String warehouseName;
+    /**
+     * 仓库类型
+     */
+    private String warehouseType;
     /**
      * 负责人
      */