fix
wzy
2022-08-07 a8502582aa0b4eb7ce248df44f203d0e9dae9a50
1
2
3
4
5
6
7
package com.xcong.farmer.cms.modules.system.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.farmer.cms.modules.system.entity.UserRoleEntity;
 
public interface UserRoleMapper extends BaseMapper<UserRoleEntity> {
}