| | |
| | | import org.jeecg.modules.mdc.service.IEquipmentService; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Description: 采集设备表 |
| | | * @Author: liuS |
| | |
| | | public void insertNoTableData(String backupTableName, String tableName, String day) { |
| | | this.baseMapper.insertNoTableData(backupTableName, tableName, day); |
| | | } |
| | | |
| | | @Override |
| | | public List<Equipment> listByProds(List<String> proIds) { |
| | | return this.baseMapper.listByProds(proIds); |
| | | } |
| | | |
| | | @Override |
| | | public Equipment findByEquId(String equipmentId) { |
| | | return this.baseMapper.findByEquId(equipmentId); |
| | | } |
| | | } |