moderate.go 158 Bytes
Newer Older
hujiebin's avatar
hujiebin committed
1 2 3 4 5 6 7 8 9 10
package aws

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

type ModerateRecord struct {
	mysql.Entity
	UserId   uint64
	FileName string
	Labels   string
}