严智鑫
2025-03-21 f1fdf0c1e332227dd41c8d85411b2edc9744b65e
1
2
3
4
5
6
7
8
9
package com.mes.mechanicalMonitor.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mes.mechanicalMonitor.entity.MechanicalMonitor;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface MechanicalMonitorMapper extends BaseMapper<MechanicalMonitor> {