派生自 projectDept/qhighschool

yn147
2023-05-11 5b1baee9f43cb311ec8ca8ef17f195445b00bac0
1
2
3
4
5
6
7
package com.qxueyou.scc.sys.msg;
 
public interface ICustomerMsgProducerService {
 
    void doSendMediaVideoLiveMsg();
    
}