增加全局存储工具注解

This commit is contained in:
2024-02-22 22:38:26 +08:00
parent 667608d233
commit b4abb49935

View File

@@ -9,6 +9,8 @@ use think\helper\Arr;
*
* 可以在当前生命周期内,存储一些全局数据,
* 相比SESSION性能更高但是只能在当前生命周期内使用常驻内存服务时除外
*
* @mixin Arr
*/
class StoreValueToolsBase
{