diff --git a/src/main/java/com/xujie/modules/port/entity/PortInfo.java b/src/main/java/com/xujie/modules/port/entity/PortInfo.java
index 74026c8..0289799 100644
--- a/src/main/java/com/xujie/modules/port/entity/PortInfo.java
+++ b/src/main/java/com/xujie/modules/port/entity/PortInfo.java
@@ -59,6 +59,8 @@ public class PortInfo extends QueryPage {
@ApiModelProperty(value = "是否目的港(Y/N)")
private String isDestinationPort;
+ @ApiModelProperty(value = "国家")
+ private String country;
public Object getKey() {
return this.id;
}
diff --git a/src/main/java/com/xujie/modules/srm/entity/SrmSupplier.java b/src/main/java/com/xujie/modules/srm/entity/SrmSupplier.java
index 9e4cda5..b86a5df 100644
--- a/src/main/java/com/xujie/modules/srm/entity/SrmSupplier.java
+++ b/src/main/java/com/xujie/modules/srm/entity/SrmSupplier.java
@@ -138,6 +138,7 @@ public class SrmSupplier extends QueryPage {
@ApiModelProperty(value = "供应商简称(NPC)")
private String cShortNpc;
-
+ // 活跃状态
+ private String status;
}
diff --git a/src/main/resources/mapper/port/PortInfoMapper.xml b/src/main/resources/mapper/port/PortInfoMapper.xml
index f750e6b..9453348 100644
--- a/src/main/resources/mapper/port/PortInfoMapper.xml
+++ b/src/main/resources/mapper/port/PortInfoMapper.xml
@@ -15,12 +15,13 @@
+
port_code, port_name, remark, create_by, create_date, update_by, update_date, id, active,
- is_departure_port, is_destination_port
+ is_departure_port, is_destination_port, country