xxx
xiangpei
2024-10-10 48ca11aaf324d017c08fadabf27c753fdd76c9b7
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 {
 
 
}