‘sxh’
2023-06-15 ccc0a99d6894844d83d751b924cfebe74da7826c
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 {
 
 
}