liukangdong
2024-11-29 0527684883bc620febe0a1360f661cc2a7f16e00
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> {
 
}