- package com.ruoyi.gas.mapper;
- import com.ruoyi.gas.domain.GPressureRegulatingBox;
- import com.ruoyi.common.core.mybatisplus.core.BaseMapperPlus;
- /**
- * 调压箱管理Mapper接口
- *
- * @author ruoyi
- * @date 2024-03-25
- */
- public interface GPressureRegulatingBoxMapper extends BaseMapperPlus<GPressureRegulatingBox> {
- }
|