完成自动缓存功能集成;

This commit is contained in:
2022-04-20 15:00:23 +08:00
parent 07b2dda529
commit cc29874a16
10 changed files with 238 additions and 57 deletions

View File

@@ -20,4 +20,9 @@ class SystemQuick extends TimeModel
protected $deleteTime = 'delete_time';
}
public static $autoCache = [
[
'name' => 'welcome_list'
]
];
}