liurunyu
2023-11-14 b494774d65b967eda829615118676a83712992b0
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){