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