dashboard
repositories
filestore
activity
search
login
main
/
doublePrevent
众泰后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
众泰项目新迁
郑永安
2023-09-19
69185134fcfaf913ea45f1255677225a2cc311a4
[doublePrevent.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> {
}