服务器列表3

This commit is contained in:
wanyongkang
2020-11-07 17:48:11 +08:00
parent f48a253a74
commit e26e80579c
4 changed files with 617 additions and 68 deletions

19
app/api/model/Product.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
/*
* @Descripttion:
* @version:
* @Author: kangkang
* @Date: 2020-10-22 16:13:41
* @LastEditors: kangkang
* @LastEditTime: 2020-11-07 17:14:39
*/
namespace app\api\model;
use fastphp\base\Model;
class Product extends Model
{
protected $table = 'product';
}