@@ -19,14 +19,4 @@ class PostAppoint extends Model
{
return $this->hasOne(Jobs::class, 'id', 'job_id');
}
-
- public function getStatusTextAttribute($value)
- {
- return $value == 0 ? '未下载' : '已下载';
- }
- public function getSexTextAttribute($value)