package entity type ActReporter struct { Name string `db:"name" json:"name"` Gender uint8 `db:"gender" json:"gender"` Mobile string `db:"mobile" json:"mobile"` Picture string `db:"pic" json:"picture"` Age uint8 `db:"age" json:"age"` Company string `db:"company" json:"company"` CreatedAt string `db:"create_time" json:"create_time"` }