moderate.go 211 Bytes
Newer Older
hujiebin's avatar
hujiebin committed
1 2 3 4 5 6 7 8 9 10 11 12
package tencentyun

import "git.hilo.cn/hilo-common/resource/mysql"

type TxModerateRecord struct {
	mysql.Entity
	UserId     uint64
	DataId     string
	FileUrl    string
	Suggestion string
	Response   string
}