dashboard
repositories
filestore
activity
search
login
main
/
hazardInvestigationSystem
隐患排查综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
bug修改
zf
2023-07-31
e0ff6529b4364fdbf81d25f33e881118b147b3fa
[hazardInvestigationSystem.git]
/
src
/
main
/
java
/
com
/
gk
/
hotwork
/
Mapper
/
TaskLogMapper.java
1
2
3
4
5
6
7
8
9
10
package com.gk.hotwork.Mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.gk.hotwork.Domain.TaskLog;
import org.springframework.stereotype.Repository;
@Repository
public interface TaskLogMapper extends BaseMapper<TaskLog> {
}