feat: add match live table foundation

This commit is contained in:
hajimi
2026-06-21 11:11:48 +08:00
parent 5a8585d027
commit ee4f2504bd
3 changed files with 77 additions and 0 deletions
@@ -0,0 +1,10 @@
<?php
namespace app\common\model\match;
use app\common\model\BaseModel;
class MatchLive extends BaseModel
{
protected $name = 'match_live';
}