派生自 projectDept/qhighschool

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