1
13693261870
2024-12-11 c6550a4d9bd69e59e9bb6ac6ad740e509edbd215
se-modules/se-system/src/main/java/com/se/system/mapper/SysStatusCtrlMapper.java
@@ -2,6 +2,7 @@
import java.util.List;
import com.se.system.domain.SysStatusCtrl;
import org.apache.ibatis.annotations.Param;
/**
 * 系统状态监控Mapper接口
@@ -9,8 +10,8 @@
 * @author se
 * @date 2024-12-07
 */
public interface SysStatusCtrlMapper
{
@SuppressWarnings("ALL")
public interface SysStatusCtrlMapper {
    /**
     * 查询系统状态监控
     * 
@@ -58,4 +59,6 @@
     * @return 结果
     */
    public int deleteSysStatusCtrlByStatusIds(Long[] statusIds);
    public int updates(@Param("list") List<SysStatusCtrl> list);
}