龚焕茏
2024-04-17 1de0d92e2a630927f391ae080709ae678e5f5618
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);
}