mirror of
				https://gitee.com/ThingsGateway/ThingsGateway.git
				synced 2025-10-31 23:53:58 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			169 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			169 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace ThingsGateway.Admin.Application;
 | |
| 
 | |
| public class GiteeOAuthSettings
 | |
| {
 | |
|     public string ClientId { get; set; }
 | |
|     public string ClientSecret { get; set; }
 | |
| }
 | 
