xiangpei
2024-07-23 95f0a8b4d82a859f2018c9d77e1a8a3a38b2d523
ycl-server/src/main/java/com/ycl/platform/mapper/YwUnitMapper.java
@@ -23,4 +23,12 @@
     * @return 数据
     */
    List<YwUnitVO> workList();
    /**
     * 通过用户ID查找运维单位
     *
     * @param userId
     * @return
     */
    YwUnit getByUserId(Long userId);
}