dashboard
repositories
filestore
activity
search
login
main
/
hazardInvestigationSystem
隐患排查综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
用户模块修改
zhangfeng
2023-07-17
1e4e6a526682ddcd62378b1f2975e7d4b4b2de4f
[hazardInvestigationSystem.git]
/
src
/
main
/
java
/
com
/
gk
/
hotwork
/
specialWork
/
service
/
WorkApplyRocketMQService.java
1
2
3
4
5
6
package com.gk.hotwork.specialWork.service;
public interface WorkApplyRocketMQService {
public <T> void syncSend(T message);
}