kaiyu
2022-01-14 5615e56cc5e89d3b1233fe8f5fb4532a2a613844
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);