fixes bug to search page cache
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -5,6 +5,7 @@ namespace Product; | @@ -5,6 +5,7 @@ namespace Product; | ||
5 | use Configs\CacheConfig; | 5 | use Configs\CacheConfig; |
6 | use LibModels\Wap\Product\SearchData; | 6 | use LibModels\Wap\Product\SearchData; |
7 | use Plugin\DataProcess\ListProcess; | 7 | use Plugin\DataProcess\ListProcess; |
8 | +use Plugin\Cache; | ||
8 | 9 | ||
9 | /** | 10 | /** |
10 | * 搜索相关的模板数据模型 | 11 | * 搜索相关的模板数据模型 |
-
Please register or login to post a comment