格式化代码;新增全局数据存储工具;

This commit is contained in:
2024-02-22 22:30:39 +08:00
parent f4c1fc9210
commit 667608d233
5 changed files with 80 additions and 19 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace app\common\tools;
use base\common\tools\StoreValueToolsBase;
class StoreValueTools extends StoreValueToolsBase
{
}