$incrementing :
$id : integer
主键
$title : string
标题
$type : string
公告类型(1通知 2公告)
$content : string
公告内容
$click_num : integer
浏览次数
$created_by : integer
创建者
$updated_by : integer
更新者
$created_at : \Carbon\Carbon
创建时间
$updated_at : \Carbon\Carbon
更新时间
$deleted_at : string
删除时间
$remark : string
备注
$table : string
The table associated with the model.
$fillable : array
The attributes that are mass assignable.
$casts : array
The attributes that should be cast to native types.
Loading…