12 lines
		
	
	
		
			188 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			188 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| 
								 | 
							
								namespace APT.BaseData.Domain.ApiModel
							 | 
						|||
| 
								 | 
							
								{
							 | 
						|||
| 
								 | 
							
								    public class ComputerInfo
							 | 
						|||
| 
								 | 
							
									{
							 | 
						|||
| 
								 | 
							
										public string CPU { get; set; }
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
										public string RAM { get; set; }
							 | 
						|||
| 
								 | 
							
								
							 | 
						|||
| 
								 | 
							
										//public Guid OrgId { get; set; }
							 | 
						|||
| 
								 | 
							
									}
							 | 
						|||
| 
								 | 
							
								}
							 |