派生自 projectDept/qhighschool

胡仁荣
2023-10-08 c257eda25e4c9cb6fdfa8a9a85c2dd7be67b5a49
1
2
3
4
5
6
7
package com.qxueyou.scc.sys.msg;
 
public interface ICustomerMsgProducerService {
 
    void doSendMediaVideoLiveMsg();
    
}