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