dashboard
repositories
filestore
activity
search
login
main
/
hazardInvestigationSystem
隐患排查综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'zya'
郑永安
2023-08-15
c94f3c34d1c2c5a1d5e7010ab1e3cd0aded3cfac
[hazardInvestigationSystem.git]
/
src
/
main
/
java
/
com
/
gk
/
hotwork
/
Service
/
DevicePingService.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.DevicePing;
public interface DevicePingService extends IService<DevicePing> {
}