package com.huimv.admin.mapper; import com.huimv.admin.entity.GasThreshold; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** *

* 气体阈值 Mapper 接口 *

* * @author author * @since 2023-02-21 */ public interface GasThresholdMapper extends BaseMapper { }