lizhen_gitee 1 năm trước cách đây
mục cha
commit
f4291b9c58
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      application/common/model/UserFollow.php

+ 14 - 0
application/common/model/UserFollow.php

@@ -0,0 +1,14 @@
+<?php
+
+namespace app\common\model;
+
+use think\Model;
+
+/**
+ * 模型
+ */
+class UserFollow extends Model
+{
+
+  
+}