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
331 B

package dto
import "github.com/gogf/gf/v2/os/gtime"
type VoteDto struct {
Id uint `json:"id"`
Jwcode string `json:"jwcode"`
Nickname string `json:"nickname"`
Dept string `json:"dept"`
OptionsTitle string `json:"options_title"`
Time *gtime.Time `json:"time"`
}