|
protected $fillable = ['type','content','contact','audit','subsite_id'];
|
|
protected $fillable = ['type','content','contact','audit','subsite_id'];
|
|
protected $type = array(1=>'建议',2=>'意见',3=>'求助',4=>'投诉');
|
|
protected $type = array(1=>'建议',2=>'意见',3=>'求助',4=>'投诉');
|