郑永安
2023-07-24 254aaf45067128bafef94e6fc08975c48bc30ed9
1
2
3
4
5
6
package com.gk.hotwork.specialWork.service;
 
public interface WorkApplyRocketMQService {
    public <T> void syncSend(T message);
 
    }