优化大量notify 移动位置订阅的入库
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.genersoft.iot.vmp.service;
|
||||
|
||||
|
||||
import com.genersoft.iot.vmp.gb28181.bean.MobilePosition;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface IMobilePositionService {
|
||||
|
||||
void add(List<MobilePosition> mobilePositionList);
|
||||
|
||||
void add(MobilePosition mobilePosition);
|
||||
}
|
||||
Reference in New Issue
Block a user