<?php namespace app\common\model; /** * 渠道用户实名表 */ class ComplexMembersAuthentication extends \think\Model { protected $pk = 'id'; protected $table= 'nw_complex_members_authentication'; }