chenlu
2024-07-17 7d1dcd74604d8a1b4369cf2f966cc6b628893fc7
north-glass-erp/src/main/java/com/example/erp/mapper/userInfo/RoleMapper.java
New file
@@ -0,0 +1,12 @@
package com.example.erp.mapper.userInfo;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.example.erp.entity.userInfo.Role;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface RoleMapper extends BaseMapper<Role> {
}