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

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

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