Jimy 6 жил өмнө
parent
commit
6f693665bb

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

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