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
+{
+
+	
+}