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.
 
 
 

17 lines
739 B

// =================================================================================
// 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:""` //
}