xiangpei
2024-08-31 a5a5da73dec49c5cd23761edad8be98cde8a3b74
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);
}