吉安感知网项目-后端
linwei
23 hours ago 08ddfad4530a014094c06fe68b8c2d9a0753403a
drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/param/FwEffectEvalParam.java
@@ -43,6 +43,9 @@
   @ApiModelProperty(value = "反制方式:1.信号干扰/2.诱导驱离/无")
   private String counterWay;
   @ApiModelProperty(value = "部门ID")
   @ApiModelProperty(value = "部门集合",hidden = true)
   private List<Long> deptList;
   // 当前用户部门id
   @ApiModelProperty(value = "当前用户部门id",hidden = true)
   private String currentDeptId;
}