wugg 9 月之前
父節點
當前提交
eea6c89262
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      app/admin/model/Trade.php

+ 14 - 0
app/admin/model/Trade.php

@@ -0,0 +1,14 @@
+<?php
+declare (strict_types = 1);
+
+namespace app\admin\model;
+
+use think\Model;
+
+/**
+ * @mixin \think\Model
+ */
+class Trade extends Model
+{
+    //
+}