lizijie
2022-01-07 8ba6add88e9d5c408110dfcf80bf14e8d8df7c79
screen-api/src/main/java/com/moral/api/service/MonitorPointService.java
@@ -25,6 +25,13 @@
            */
    List<MonitorPoint> queryByOrgIdAndRegionCode(MonitorPointQueryForm form);
    /**
    * @Description: 根据组织id,查询所有的站点
            * @Param: [organizationId]
            * @return: java.util.List<com.moral.api.entity.MonitorPoint>
            * @Author: 陈凯裕
            * @Date: 2021/9/26
            */
    List<MonitorPoint> queryAllMonitorPoints(Integer organizationId);