廖井涛
9 天以前 6c92891658eab65ceff775536c0aea33f1b4003f
north-glass-erp/src/main/java/com/example/erp/mapper/userInfo/UserRoleMapper.java
@@ -6,4 +6,5 @@
@Mapper
public interface UserRoleMapper extends BaseMapper<UserRole> {
    Boolean getUserIsAdmin(Integer id);
}