// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity import ( "github.com/gogf/gf/v2/os/gtime" ) // RemainVoteNumber is the golang structure for table remain_vote_number. type RemainVoteNumber struct { Id int64 `json:"id" orm:"id" description:""` // UserId int64 `json:"userId" orm:"user_id" description:""` // RemainTimes int `json:"remainTimes" orm:"remain_times" description:""` // LastDate *gtime.Time `json:"lastDate" orm:"last_date" description:""` // }