package com.ruoyi.system.mapper; import com.ruoyi.system.domain.DeviceSpec30s; import com.ruoyi.system.domain.vo.DeviceSpec30sVo; import com.ruoyi.common.core.mapper.BaseMapperPlus; /** * 30S设备规格参数Mapper接口 * * @author ruoyi * @date 2025-12-03 */ public interface DeviceSpec30sMapper extends BaseMapperPlus { }