dashboard
repositories
filestore
activity
search
login
main
/
hazardInvestigationSystem
隐患排查综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update tree
郑永安
2023-07-17
ff038b3eab83ae97c7952884aea13a340dab683d
[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> {
}