- package com.huimv.admin.mapper;
- import com.huimv.admin.entity.GasThreshold;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- /**
- * <p>
- * 气体阈值 Mapper 接口
- * </p>
- *
- * @author author
- * @since 2023-02-21
- */
- public interface GasThresholdMapper extends BaseMapper<GasThreshold> {
- }
|