派生自 projectDept/qhighschool

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