zxl
2025-04-07 23fc1a4a8de125d8bee6fc602e767a5310b89f3e
ycl-server/src/main/java/com/ycl/platform/service/YwPeopleService.java
@@ -62,4 +62,11 @@
     * @return
     */
    Result all();
    /**
     * 根据运维单位查询运维人员详细
     * @param id id
     * @return 运维人员
     */
    Result getPeopleByUnitId(String id);
}