龚焕茏
2024-08-01 a9e60d55e3e8d0c5c84c6678911ee8131491fc45
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);
}