liulin
2024-12-02 6fd24239bb78618b66184804febd849e70337839
1
2
3
4
5
6
7
8
9
10
package com.lunhan.xxx.repository.mapper;
 
import com.lunhan.xxx.repository.BasicMapper;import com.lunhan.xxx.repository.po.AdminRolePO;
 
/**
 * 角色 mapper
 * @author lin.liu
 */
public interface AdminRoleMapper extends BasicMapper<AdminRolePO> {
}