You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
309 B

package model
import "time"
// ShieldKeyWork ShieldKeyWorks
type ShieldKeyWork struct {
ID int64 `json:"id"`
UID int64 `json:"uid"`
OriginalKeyword string `json:"origin_keyword"`
KeyWord string `json:"keyword"`
Ctime time.Time `json:"ctime"`
}