增加供应小组提现模型
This commit is contained in:
parent
3d1f845643
commit
12b53a8e9d
22
app/common/model/SupplyExtract.php
Normal file
22
app/common/model/SupplyExtract.php
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @copyright Copyright (c) 2021 勾股工作室
|
||||||
|
* @license https://opensource.org/licenses/Apache-2.0
|
||||||
|
* @link https://www.gougucms.com
|
||||||
|
*/
|
||||||
|
namespace app\admin\model;
|
||||||
|
use think\model;
|
||||||
|
use app\common\model\User;
|
||||||
|
use app\admin\model\ShopUser;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* 供应链服务小组提现模型
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
class SupplyExtract extends Model
|
||||||
|
{
|
||||||
|
// 设置当前模型对应的完整数据表名称
|
||||||
|
protected $table = 'supply_extract';
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user