综合素质申请
This commit is contained in:
@@ -4,6 +4,7 @@ import java.util.List;
|
||||
|
||||
import com.srs.system.domain.QgzxTeacher;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
/**
|
||||
* 教职工信息Mapper接口
|
||||
@@ -59,4 +60,8 @@ public interface QgzxTeacherMapper extends BaseMapper<QgzxTeacher> {
|
||||
* @return 结果
|
||||
*/
|
||||
int deleteQgzxTeacherByTeacherIds(Long[] teacherIds);
|
||||
|
||||
public List<QgzxTeacher> selectTeacherList();
|
||||
Long selectDeptCode(String ksh);
|
||||
Integer insertBatchSomeColumn(@Param("list")List<QgzxTeacher> entityList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user