瀏覽代碼

修改列表参数

anderx 3 年之前
父節點
當前提交
76698c5113
共有 1 個文件被更改,包括 0 次插入21 次删除
  1. 0 21
      src/main/java/com/goafanti/common/dao/TaskSoptMapper.java

+ 0 - 21
src/main/java/com/goafanti/common/dao/TaskSoptMapper.java

@@ -1,21 +0,0 @@
-package com.goafanti.common.dao;
-
-import java.util.List;
-
-public interface TaskStopMapper {
-    int deleteByPrimaryKey(Long id);
-
-    int insert(TaskSopt record);
-
-    int insertSelective(TaskSopt record);
-
-    TaskSopt selectByPrimaryKey(Long id);
-
-    int updateByPrimaryKeySelective(TaskSopt record);
-
-    int updateByPrimaryKey(TaskSopt record);
-
-    void insertList(List<TaskSopt> list);
-
-    TaskSopt selectByTid(Integer tid);
-}