jinpengyong
2023-10-13 f415ad31e5335837007f02d68b7aa1c2f2307235
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.moral.api.mapper;
 
import com.moral.api.entity.BenchmarkWindConfig;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author moral
 * @since 2022-08-10
 */
public interface BenchmarkWindConfigMapper extends BaseMapper<BenchmarkWindConfig> {
 
}