fix: align match live schema foundation

This commit is contained in:
hajimi
2026-06-21 11:21:21 +08:00
parent ee4f2504bd
commit 2496050ee7
3 changed files with 33 additions and 3 deletions
@@ -3,8 +3,12 @@
namespace app\common\model\match;
use app\common\model\BaseModel;
use think\model\concern\SoftDelete;
class MatchLive extends BaseModel
{
use SoftDelete;
protected $name = 'match_live';
protected $deleteTime = 'delete_time';
}