package mapper; import domain.ScCollectionParamConf; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @author Dell * @description 针对表ã€sc_collection_param_conf(å‚数采集é…ç½®)】的数æ®åº“æ“作Mapper * @createDate 2024-11-16 10:33:43 * @Entity generator.domain.ScCollectionParamConf */ public interface ScCollectionParamConfMapper extends BaseMapper<ScCollectionParamConf> { }