chenlu
23 分钟以前 f65ae5f58e1173d4423f93e46ab299d30295ab5b
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);
}