dashboard
repositories
filestore
activity
search
login
~zyazyz250@sina.com
/
hazardInvestigationSystem
forked from
hazardInvestigationSystem
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
params
郑永安
2023-07-19
a70a852fdee6ed2a0d82c320f77f089e962305cd
[~zyazyz250@sina.com/hazardInvestigationSystem.git]
/
src
/
main
/
java
/
com
/
gk
/
hotwork
/
Service
/
DevicePressKeyService.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.DevicePressKey;
public interface DevicePressKeyService extends IService<DevicePressKey> {
}