GPressureRegulatingBoxMapper.java 323 B

1234567891011121314
  1. package com.ruoyi.gas.mapper;
  2. import com.ruoyi.gas.domain.GPressureRegulatingBox;
  3. import com.ruoyi.common.core.mybatisplus.core.BaseMapperPlus;
  4. /**
  5. * 调压箱管理Mapper接口
  6. *
  7. * @author ruoyi
  8. * @date 2024-03-25
  9. */
  10. public interface GPressureRegulatingBoxMapper extends BaseMapperPlus<GPressureRegulatingBox> {
  11. }