Jimy hace 6 años
padre
commit
6f693665bb
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  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
+{
+
+	
+}