敏感词过滤
This commit is contained in:
6
business/model/sensitive_words.go
Normal file
6
business/model/sensitive_words.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
type SensitiveWords struct {
|
||||
ID int `orm:"column(id)" json:"id"`
|
||||
Words string `orm:"size(30);column(words);unique" json:"words"`
|
||||
}
|
||||
Reference in New Issue
Block a user