zealerChina 1 year ago
parent
commit
88f303e10f
2 changed files with 17 additions and 0 deletions
  1. 0 0
      application/api/controller/Test.php
  2. 17 0
      application/common/model/AreaApi.php

File diff suppressed because it is too large
+ 0 - 0
application/api/controller/Test.php


+ 17 - 0
application/common/model/AreaApi.php

@@ -0,0 +1,17 @@
+<?php
+
+namespace app\common\model;
+
+use think\Model;
+
+class AreaApi extends Model
+{
+
+    // 表名,不含前缀
+    protected $name = 'area_api';
+    // 自动写入时间戳字段
+    protected $autoWriteTimestamp = false;
+    // 定义时间戳字段名
+    protected $createTime = false;
+    protected $updateTime = false;
+}

Some files were not shown because too many files changed in this diff