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