Browse Source

修改列表参数

anderx 3 years ago
parent
commit
76698c5113
1 changed files with 0 additions and 21 deletions
  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);
-}