新增模型合并
This commit is contained in:
parent
5551e71140
commit
3fc2fcfe56
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