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.AdminRoleRelationPO;
 
/**
 * 用户和角色关联关系 mapper
 * @author lin.liu
 */
public interface AdminRoleRelationMapper extends BasicMapper<AdminRoleRelationPO> {
}