15313670163 преди 4 месеца
родител
ревизия
2aa4552a96
променени са 3 файла, в които са добавени 54 реда и са изтрити 0 реда
  1. 27 0
      app/Model/Ad.php
  2. 27 0
      app/Model/AdPlace.php
  3. 0 0
      runtime/container/scan.cache

+ 27 - 0
app/Model/Ad.php

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

+ 27 - 0
app/Model/AdPlace.php

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

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
runtime/container/scan.cache


Някои файлове не бяха показани, защото твърде много файлове са промени