liukangdong
2024-12-03 a40e6a45b2207a9b172b7687ce6e4fe7da8b9ac6
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> {
 
}