派生自 projectDept/qhighschool

胡仁荣
2022-11-24 387db55978f2beff4caed57df75339682579f914
1
2
3
4
5
6
7
package com.qxueyou.scc.sys.msg;
 
public interface ICustomerMsgProducerService {
 
    void doSendMediaVideoLiveMsg();
    
}