fix():添加车辆全部缓存

dev.saas.ylys^2
YangPeng 2024-10-07 22:05:38 +08:00 committed by yanchouchou
parent d5f44c0d4e
commit fe70ce072b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
package com.muyu.enterprise.cache; package com.muyu.enterpise.cache;
import com.muyu.common.cache.CacheAbsBasic; import com.muyu.common.cache.CacheAbsBasic;
import com.muyu.enterprise.cache.domain.InformationData; import com.muyu.common.domain.InformationData;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import java.util.List; import java.util.List;