Jimy 6 năm trước cách đây
mục cha
commit
6f693665bb
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      application/admin/model/Sensitivewords.php

+ 13 - 0
application/admin/model/Sensitivewords.php

@@ -0,0 +1,13 @@
+<?php
+namespace app\index\model;
+
+use think\Model;
+
+/**
+ * 敏感词分组模型
+ */
+class Sensitivewords extends Model
+{
+
+	
+}