wugg hace 1 año
padre
commit
2ba03820aa
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  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
+{
+    //
+}