Jimy 6 роки тому
батько
коміт
6f693665bb
1 змінених файлів з 13 додано та 0 видалено
  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
+{
+
+	
+}