Forráskód Böngészése

Merge branch 'web_sannong_fr'

15313670163 4 napja
szülő
commit
2b5f123df3
1 módosított fájl, 33 hozzáadás és 0 törlés
  1. 33 0
      app/Model/JobHunting.php

+ 33 - 0
app/Model/JobHunting.php

@@ -20,7 +20,40 @@ class JobHunting extends Model
      */
     protected array $fillable = [
          // 其他可填充字段
+         'id',
+         'imgurl',
+         'cat_arr_id',
+         'name',
+         'sexy',
+         'self_evaluation',
+         'jobtime',
+         'phone',
+         'wx',
+         'birth',
+         'educational',
+         'marriage',
+         'politic',
+         'origin',
+         'language',
+         'level',
+         'industry',
+         'job',
+         'job_name_get',
          'experience',
+         'company_nature',
+         'salary',
+         'skillList',
+         'slelf_evaluation',
+         'job_experience',
+         'education_experience',
+         'city_arr_id',
+         'city_id',
+         'website_id',
+         'user_id',
+         'catid',
+         'status',
+         'created_at',
+         'updated_at',
     ];
 
     /**