吉安感知网项目-后端
linwei
2026-04-13 79ac8d0cee3b8dfea64b4d9a1ebdeb846490ecf0
drone-service/drone-system/src/main/java/org/sxkj/system/param/DeptExportParam.java
@@ -3,6 +3,8 @@
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.List;
@Data
public class DeptExportParam {
@@ -14,4 +16,7 @@
   @ApiModelProperty(value = "所属区划")
   private String areaCode;
   @ApiModelProperty(value = "部门ID列表")
   private List<Long> deptIds;
}