廖井涛
2025-11-17 c069f2cce3c10a773e8c474c0031e316ffd8ad9e
north-glass-erp/src/main/java/com/example/erp/mapper/userInfo/UserRoleMapper.java
New file
@@ -0,0 +1,10 @@
package com.example.erp.mapper.userInfo;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.example.erp.entity.userInfo.UserRole;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface UserRoleMapper extends BaseMapper<UserRole> {
    Boolean getUserIsAdmin(Integer id);
}