mirror of
				https://github.com/1Panel-dev/1Panel.git
				synced 2025-10-31 11:15:58 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			152 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package model
 | |
| 
 | |
| type Setting struct {
 | |
| 	BaseModel
 | |
| 	Key   string `json:"key" gorm:"not null;"`
 | |
| 	Value string `json:"value"`
 | |
| 	About string `json:"about"`
 | |
| }
 |