@@ -35,6 +35,11 @@ public class Documents extends BasePo {
private String countryId;
/**
+ * 国家表id
+ */
+ private String portOfDestination;
+
+ /**
* 包装出货主合同表ID
*/
private Long packShipmentId;
@@ -5,6 +5,7 @@
select
d.id,
d.contract_id,
+ d.pack_shipment_id,
d.remark,
d.country_id,
d.update_time,