yj
2020-03-12 1ae3dc5a7eca13744f0a9e6e9c93bebfdfa41a55
fanli/src/main/java/com/yeshi/fanli/service/inter/config/JumpDetailService.java
@@ -2,8 +2,6 @@
import java.util.List;
import org.springframework.cache.annotation.Cacheable;
import com.yeshi.fanli.entity.common.JumpDetail;
import com.yeshi.fanli.exception.NotExistObjectException;
@@ -25,7 +23,5 @@
   public JumpDetail getlastJumpDetail();
   public JumpDetail getlastJumpDetailCache();
}