Bladeren bron

添加了报价单的数据

wxf 2 jaren geleden
bovenliggende
commit
26c8d7d6c8

+ 5 - 0
hx-sale/src/main/java/com/fjhx/sale/entity/documents/po/Documents.java

@@ -35,6 +35,11 @@ public class Documents extends BasePo {
     private String countryId;
 
     /**
+     * 国家表id
+     */
+    private String portOfDestination;
+
+    /**
      * 包装出货主合同表ID
      */
     private Long packShipmentId;

+ 1 - 0
hx-sale/src/main/resources/mapper/documents/DocumentsMapper.xml

@@ -5,6 +5,7 @@
         select
             d.id,
             d.contract_id,
+            d.pack_shipment_id,
             d.remark,
             d.country_id,
             d.update_time,