liurunyu
2024-10-28 2a28162376e873e23feb00cc71a420c885e27c62
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoOp/OpeTrackMapper.java
@@ -4,6 +4,8 @@
import com.dy.pipIrrGlobal.pojoOp.OpeTrack;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
 * @author ZhuBaoMin
 * @date 2024-09-24 10:08
@@ -24,4 +26,11 @@
    int updateByPrimaryKeySelective(OpeTrack record);
    int updateByPrimaryKey(OpeTrack record);
    /**
     * 批量添加巡检轨迹
     * @param list
     * @return
     */
    int insertTracks(List<OpeTrack> list);
}