luck-draw/app/model/Account.php

12 lines
151 B
PHP
Raw Normal View History

2022-02-22 09:27:27 +00:00
<?php
namespace app\model;
use think\model;
use think\model\relation\BelongsToMany;
use think\model\relation\HasOne;
class Account extends Base
{
}