Commit 4d1c6401c21cabe91d5c959ab46e229e3de6a5b1

Authored by 648540858
1 parent a5095879

去除无用引用

src/main/java/com/genersoft/iot/vmp/service/impl/PlatformChannelServiceImpl.java
... ... @@ -11,11 +11,7 @@ import com.genersoft.iot.vmp.storager.dao.DeviceChannelMapper;
11 11 import com.genersoft.iot.vmp.storager.dao.ParentPlatformMapper;
12 12 import com.genersoft.iot.vmp.storager.dao.PlatformCatalogMapper;
13 13 import com.genersoft.iot.vmp.storager.dao.PlatformChannelMapper;
14   -import com.genersoft.iot.vmp.vmanager.gb28181.platform.PlatformController;
15 14 import com.genersoft.iot.vmp.vmanager.gb28181.platform.bean.ChannelReduce;
16   -import com.sun.org.apache.xml.internal.resolver.CatalogManager;
17   -import javafx.application.Platform;
18   -import org.apache.ibatis.annotations.Mapper;
19 15 import org.slf4j.Logger;
20 16 import org.slf4j.LoggerFactory;
21 17 import org.springframework.beans.factory.annotation.Autowired;
... ...