''
liukangdong
2024-06-17 e8e0e31be5f27e657de6f07f57a20fdf70e9bb9b
1
2
3
4
5
6
7
8
package com.doumee.dao.system;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.system.model.SystemUserRole;
 
public interface SystemUserRoleMapper extends BaseMapper<SystemUserRole> {
 
}