上线金柚产品
This commit is contained in:
19
app/jinyou/model/User.php
Normal file
19
app/jinyou/model/User.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/*
|
||||
* @Descripttion:
|
||||
* @version:
|
||||
* @Author: kangkang
|
||||
* @Date: 2020-10-16 14:44:02
|
||||
* @LastEditors: “wanyongkang” “937888580@qq.com”
|
||||
* @LastEditTime: 2024-01-25 17:33:17
|
||||
*/
|
||||
|
||||
namespace app\jinyou\model;
|
||||
|
||||
use fastphp\base\Model;
|
||||
|
||||
class User extends Model
|
||||
{
|
||||
protected $table = 'user';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user