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.
		
		
		
		
		
			
		
			
				
					
					
						
							18 lines
						
					
					
						
							821 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							18 lines
						
					
					
						
							821 B
						
					
					
				| // ================================================================================= | |
| // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. | |
| // ================================================================================= | |
|  | |
| package entity | |
| 
 | |
| import ( | |
| 	"github.com/gogf/gf/v2/os/gtime" | |
| ) | |
| 
 | |
| // VoteRecords is the golang structure for table vote_records. | |
| type VoteRecords struct { | |
| 	Id           uint        `json:"id"           orm:"id"            description:""` // | |
| 	Jwcode       string      `json:"jwcode"       orm:"jwcode"        description:""` // | |
| 	VoteDate     *gtime.Time `json:"voteDate"     orm:"vote_date"     description:""` // | |
| 	Time         int         `json:"time"         orm:"time"          description:""` // | |
| 	OptionsTitle string      `json:"optionsTitle" orm:"options_title" description:""` // | |
| }
 |