mirror of
				https://github.com/Jinnrry/PMail.git
				synced 2025-10-31 20:02:36 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			158 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			158 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package models
 | |
| 
 | |
| type User struct {
 | |
| 	ID       int    `db:"id"`
 | |
| 	Account  string `db:"account"`
 | |
| 	Name     string `db:"name"`
 | |
| 	Password string `db:"password"`
 | |
| }
 | 
