Parcourir la source

修改列表参数

anderx il y a 3 ans
Parent
commit
76698c5113
1 fichiers modifiés avec 0 ajouts et 21 suppressions
  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);
-}