jiangping
2024-05-08 be0301e67768fb183df7e29f411a7e54dbf15c40
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> {
 
}