zhanghua
2023-11-21 bbe76086f95dfb34e942d9f2801e17db38391c68
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ycl.mapper.apiKey;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ycl.entity.apiKey.ApiKey;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author lyq
 * @since 2022-10-31
 */
public interface ApiKeyMapper extends BaseMapper<ApiKey> {
 
}