ll
liukangdong
2024-10-29 0bda79a1d5f0de3a1885f13763c516650bc19007
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.SystemRolePermission;
 
public interface SystemRolePermissionMapper extends BaseMapper<SystemRolePermission> {
 
}