账号实名
This commit is contained in:
19
app/product/model/ProductAccount.php
Normal file
19
app/product/model/ProductAccount.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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\product\model;
|
||||
|
||||
use fastphp\base\Model;
|
||||
|
||||
class ProductAccount extends Model
|
||||
{
|
||||
protected $table = 'product_account';
|
||||
}
|
||||
Reference in New Issue
Block a user