Ver Fonte

修复bug

LiuJ há 5 dias atrás
pai
commit
5d565b05ad
2 ficheiros alterados com 544 adições e 497 exclusões
  1. 517 497
      app/JsonRpc/NewsService.php
  2. 27 0
      app/Model/JobResume.php

Diff do ficheiro suprimidas por serem muito extensas
+ 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 = [];
+}

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff