xiangpei
2024-03-05 3b6d665e4f633121180a190321f6f5fd93843916
ycl-server/src/main/java/com/ycl/platform/mapper/TMonitorMapper.java
@@ -1,20 +1,20 @@
package com.ycl.platform.mapper;
import com.ycl.platform.entity.TMonitor;
import com.ycl.platform.domain.entity.TMonitor;
import java.util.List;
/**
 * 设备资产Mapper接口
 *
 *
 * @author ruoyi
 * @date 2024-03-04
 */
public interface TMonitorMapper
public interface TMonitorMapper
{
    /**
     * 查询设备资产
     *
     *
     * @param id 设备资产主键
     * @return 设备资产
     */
@@ -22,7 +22,7 @@
    /**
     * 查询设备资产列表
     *
     *
     * @param tMonitor 设备资产
     * @return 设备资产集合
     */
@@ -30,7 +30,7 @@
    /**
     * 新增设备资产
     *
     *
     * @param tMonitor 设备资产
     * @return 结果
     */
@@ -38,7 +38,7 @@
    /**
     * 修改设备资产
     *
     *
     * @param tMonitor 设备资产
     * @return 结果
     */
@@ -46,7 +46,7 @@
    /**
     * 删除设备资产
     *
     *
     * @param id 设备资产主键
     * @return 结果
     */
@@ -54,7 +54,7 @@
    /**
     * 批量删除设备资产
     *
     *
     * @param ids 需要删除的数据主键集合
     * @return 结果
     */