dashboard
repositories
filestore
activity
search
login
~zyazyz250@sina.com
/
hazardInvestigationSystem
forked from
hazardInvestigationSystem
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of https://sinanoaq.cn:8888/r/hazardInvestigationSyst...
zhangfeng
2023-07-19
5b190f997a5d04cc09f38becb5447cdf6babc473
[~zyazyz250@sina.com/hazardInvestigationSystem.git]
/
src
/
main
/
java
/
com
/
gk
/
hotwork
/
Service
/
HiddenDangerLogService.java
1
2
3
4
5
6
7
package com.gk.hotwork.Service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.gk.hotwork.Domain.HiddenDangerLog;
public interface HiddenDangerLogService extends IService<HiddenDangerLog> {
}