| package com.ruoyi.system.service.impl; | 
|   | 
| import com.ruoyi.system.model.CleanMethaneDailyCheck; | 
| import com.ruoyi.system.mapper.CleanMethaneDailyCheckMapper; | 
| import com.ruoyi.system.service.CleanMethaneDailyCheckService; | 
| import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; | 
| import org.springframework.stereotype.Service; | 
|   | 
| /** | 
|  * <p> | 
|  * 甲烷每日检测台账 服务实现类 | 
|  * </p> | 
|  * | 
|  * @author mitao | 
|  * @since 2025-10-17 | 
|  */ | 
| @Service | 
| public class CleanMethaneDailyCheckServiceImpl extends ServiceImpl<CleanMethaneDailyCheckMapper, CleanMethaneDailyCheck> implements CleanMethaneDailyCheckService { | 
|   | 
| } |