Files
juipphp/app/agent/model/Product.php
“wanyongkang” a53ec5cf96 代理商
2021-02-21 18:18:26 +08:00

19 lines
295 B
PHP

<?php
/*
* @Descripttion:
* @version:
* @Author: kangkang
* @Date: 2020-10-22 16:13:41
* @LastEditors: Please set LastEditors
* @LastEditTime: 2020-12-03 16:28:11
*/
namespace app\agent\model;
use fastphp\base\Model;
class Product extends Model
{
protected $table = 'product';
}