LiuJ il y a 5 jours
Parent
commit
5d565b05ad
2 fichiers modifiés avec 544 ajouts et 497 suppressions
  1. 517 497
      app/JsonRpc/NewsService.php
  2. 27 0
      app/Model/JobResume.php

Fichier diff supprimé car celui-ci est trop grand
+ 517 - 497
app/JsonRpc/NewsService.php


+ 27 - 0
app/Model/JobResume.php

@@ -0,0 +1,27 @@
+<?php
+
+declare(strict_types=1);
+
+namespace App\Model;
+
+use Hyperf\DbConnection\Model\Model;
+
+/**
+ */
+class JobResume extends Model
+{
+    /**
+     * The table associated with the model.
+     */
+    protected ?string $table = 'job_resume';
+
+    /**
+     * The attributes that are mass assignable.
+     */
+    protected array $fillable = [];
+
+    /**
+     * The attributes that should be cast to native types.
+     */
+    protected array $casts = [];
+}

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff