初始版本
This commit is contained in:
21
server/app/common/model/withdraw/WithdrawConfig.php
Executable file
21
server/app/common/model/withdraw/WithdrawConfig.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
namespace app\common\model\withdraw;
|
||||
use app\common\model\BaseModel;
|
||||
|
||||
/**
|
||||
* 提现配置表
|
||||
* Class WithdrawConfig
|
||||
* @package app\common\model\withdraw
|
||||
*/
|
||||
class WithdrawConfig extends BaseModel
|
||||
{
|
||||
|
||||
protected $json = ['config'];
|
||||
|
||||
|
||||
// 设置JSON数据返回数组
|
||||
protected $jsonAssoc = true;
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user