上线金柚产品

This commit is contained in:
“wanyongkang”
2024-02-01 17:13:32 +08:00
parent 058b999606
commit 323ae40042
15 changed files with 1407 additions and 3 deletions

19
app/jinyou/model/User.php Normal file
View 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';
}