Forráskód Böngészése

清理缓存接口修改

gaodm 5 éve
szülő
commit
bab68ff506

+ 0 - 3
icssman-service/src/main/java/com/diagbot/facade/CacheFacade.java

@@ -1,12 +1,9 @@
 package com.diagbot.facade;
 
-import com.diagbot.util.ListUtil;
 import org.springframework.cache.annotation.CacheEvict;
 import org.springframework.cache.annotation.Caching;
 import org.springframework.stereotype.Component;
 
-import java.util.List;
-
 /**
  * @Description: 缓存实例
  * @author: gaodm