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