WechatPush.php 235 B

123456789101112
  1. <?php
  2. namespace app\bug\model;
  3. class WechatPush extends Base {
  4. protected $createTime='createTime';
  5. public function Note(){
  6. return $this->belongsTo('Note','bugNo','bugNo')->where('belong',4)->bind(['title']);
  7. }
  8. }