소스 검색

修改列表参数

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);
-}