代码兼容性提交

This commit is contained in:
wong
2026-01-31 15:19:11 +08:00
parent 9bc1d7d7bf
commit ab5885f2a0
27 changed files with 185 additions and 224 deletions

View File

@@ -10,7 +10,7 @@ use think\Model;
class TrafficPool extends Model
{
// 设置数据表名
protected $name = 'traffic_pool';
protected $name = 'traffic_pool_v1';
// 自动写入时间戳
protected $autoWriteTimestamp = true;