账号实名

This commit is contained in:
“wanyongkang”
2021-04-06 17:46:37 +08:00
parent 620cc9c94e
commit 3ea67e7bc5
3 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace app\product\model;
use fastphp\base\Model;
class User extends Model
{
protected $table = 'user';
}