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 42acc8f..30b6fd3 100644 --- a/src/main/java/com/xujie/modules/port/entity/PortInfo.java +++ b/src/main/java/com/xujie/modules/port/entity/PortInfo.java @@ -13,7 +13,7 @@ import java.util.Date; /** *
- * + * *
* * @author jyy @@ -50,6 +50,9 @@ public class PortInfo extends QueryPage { private Integer id; + @ApiModelProperty(value = "状态") + private String active; + public Object getKey() { return this.id; } diff --git a/src/main/java/com/xujie/modules/port/service/Impl/PortInfoServiceImpl.java b/src/main/java/com/xujie/modules/port/service/Impl/PortInfoServiceImpl.java index b34bea1..e9b72c9 100644 --- a/src/main/java/com/xujie/modules/port/service/Impl/PortInfoServiceImpl.java +++ b/src/main/java/com/xujie/modules/port/service/Impl/PortInfoServiceImpl.java @@ -36,6 +36,7 @@ public class PortInfoServiceImpl extends ServiceImpl