lizhen_gitee 1 year ago
parent
commit
f4291b9c58
1 changed files with 14 additions and 0 deletions
  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
+{
+
+  
+}