deploy: auto commit server changes 2026-07-09 23:26:00

This commit is contained in:
hajimi
2026-07-09 23:26:00 +08:00
parent 66fd64ef0f
commit 3362e1e072
2 changed files with 193 additions and 1 deletions
@@ -0,0 +1,10 @@
<?php
namespace app\common\model\match;
use app\common\model\BaseModel;
class MatchOdds extends BaseModel
{
protected $name = 'match_odds';
}