月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-09-08 04e25c370a797a61aefb86daad4dab3854d0db82
src/main/java/com/moon/server/mapper/all/PermsMapper.java
@@ -2,8 +2,8 @@
import com.moon.server.entity.all.MenusAuthEntity;
import com.moon.server.entity.all.PermsAuthEntity;
import com.moon.server.entity.all.ResAuthEntity;
import com.moon.server.entity.sys.MenuEntity;
import com.moon.server.entity.sys.ResEntity;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
@@ -22,7 +22,14 @@
     * @param uid
     * @return
     */
    public List<ResAuthEntity> selectRes(String uid);
    public List<ResEntity> selectRes(String uid);
    /**
     * 查询所有资源
     *
     * @return
     */
    public List<ResEntity> selectAllRes();
    /**
     * 根据用户Uid查询菜单授权