标签:class create any pre ble style public status stat
class Work extends Model { protected $table=‘work‘; protected $connection=‘zwhl‘; public function follow(){ return $this->hasMany(‘WorkFollow‘,‘work_id‘,‘id‘)->visible([‘status‘,‘content‘,‘create_by‘,‘create_at‘]); } }
标签:class create any pre ble style public status stat
原文地址:https://www.cnblogs.com/CanyingV/p/13490644.html