liurunyu
2023-11-13 3f61bee7079ef8d4229e3fbf97314378ac267951
pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/java/com/dy/pipIrrBase/user/UserSv.java
@@ -26,18 +26,18 @@
    }
    /**
     * 得到一个片区
     * @param id 片区ID
     * @return 片区实体
     * 得到一个用户
     * @param id 用户ID
     * @return 用户实体
     */
    public BaUser selectById(Long id){
        return this.dao.selectById(id) ;
    }
    /**
     * 得到一个片区
     * 得到一个用户
     * @param vo 查询条件值对象
     * @return 片区实体
     * @return 用户实体
     */
    @SuppressWarnings("unchecked")
    public QueryResultVo<List<BaUser>> selectSome(QueryVo vo){