2023-01-29 10:26:52 +08:00

17 lines
376 B
PHP

<?php
// +----------------------------------------------------------------------
// | 小说系统 [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
namespace app\common\model;
/**
* 设置模型
*/
class AuthGroupAccess extends Base{
protected $type = array(
'uid' => 'integer',
'group_id' => 'integer',
);
}