dashboard
repositories
filestore
activity
search
login
main
/
hazardInvestigationSystem
隐患排查综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
PDF附件地址
郑永安
2023-08-23
99b2c395d535210baa69a245b5cb14f51a8606b3
[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> {
}