优化分红方式
This commit is contained in:
20
app/common/model/ChannelAdminShare.php
Normal file
20
app/common/model/ChannelAdminShare.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\model;
|
||||
|
||||
use support\think\Model;
|
||||
|
||||
class ChannelAdminShare extends Model
|
||||
{
|
||||
protected $name = 'channel_admin_share';
|
||||
|
||||
protected $autoWriteTimestamp = true;
|
||||
|
||||
protected $type = [
|
||||
'create_time' => 'integer',
|
||||
'update_time' => 'integer',
|
||||
'share_rate' => 'string',
|
||||
'status' => 'integer',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user