zhanghua
2023-02-27 b4d2dbd68ed39bcf58c8afe50d7f5c06f14c237c
ycl-common/src/main/java/com/ycl/mapper/user/UmsAdminLoginLogMapper.java
@@ -12,8 +12,9 @@
 * <p>
 * 后台用户登录日志表 Mapper 接口
 * </p>
 *
 */
public interface UmsAdminLoginLogMapper extends BaseMapper<UmsAdminLoginLog> {
    Page<UmsAdminLogVO> selectByCondition(Page<UmsAdminLogVO> umsAdminLogVOPage, LogQueryParams logQueryParams);
    List<UmsAdminLogVO> selectByCondition(LogQueryParams logQueryParams);
}