| package com.moral.api.service.impl; | 
|   | 
| import com.moral.api.entity.BenchmarkWindConfig; | 
| import com.moral.api.mapper.BenchmarkWindConfigMapper; | 
| import com.moral.api.service.BenchmarkWindConfigService; | 
| import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | 
| import org.springframework.stereotype.Service; | 
|   | 
| /** | 
|  * <p> | 
|  *  服务实现类 | 
|  * </p> | 
|  * | 
|  * @author moral | 
|  * @since 2022-08-10 | 
|  */ | 
| @Service | 
| public class BenchmarkWindConfigServiceImpl extends ServiceImpl<BenchmarkWindConfigMapper, BenchmarkWindConfig> implements BenchmarkWindConfigService { | 
|   | 
| } |