xubinbin
2022-12-28 7b601a3e8f6de4acc9d6b9885ef23d6c90a4f349
1
2
3
4
5
6
7
8
package com.genersoft.iot.vmp.gb28181.transmit.event.response;
 
import org.springframework.beans.factory.InitializingBean;
 
public abstract class SIPResponseProcessorAbstract implements InitializingBean, ISIPResponseProcessor {
 
 
}