* 核销 */ namespace app\allwin\model; use think\Model; class AllwinEcardUser extends Model{ protected $pk = 'id'; //用户 public function user(){ return $this->hasOne('app\common\model\SystemUser','id','uid'); } }