dashboard
repositories
filestore
activity
search
login
~zyazyz250@sina.com
/
hazardInvestigationSystem
forked from
hazardInvestigationSystem
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
迁移提交
郑永安
2023-06-19
299fa5c882af4577ba867ed9de9e2dc4fade3f6d
[~zyazyz250@sina.com/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> {
}