<?php


namespace app\bug\model;


class WechatPush extends Base {
    protected $createTime='createTime';
    public function Note(){
        return $this->belongsTo('Note','bugNo','bugNo')->where('belong',4)->bind(['title']);
    }
}