cjl
2025-01-06 27e6bc3df3e39e0d0b147b155a89ad6837ea972b
screen-api/src/main/java/com/moral/api/service/GovMonitorPointService.java
@@ -44,4 +44,10 @@
    Map<String, Object> queryGovMonitorPointHoutlyDatyByGuidsAndOrgid(Map map);
    List<Map<String, Object>> getGovMonitorPointsByOrganizationId(Integer organizationId);
    /**
     * 获取国控站信息
     * @return
     */
    List<GovMonitorPoint> selectPoint();
}