13 lines
		
	
	
		
			182 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			182 B
		
	
	
	
		
			C#
		
	
	
	
|  |  | |||
|  | namespace Model | |||
|  | { | |||
|  |     public class NPOIImg | |||
|  |     { | |||
|  |         public string SavePath { get; set; } | |||
|  | 
 | |||
|  |         public int Row { get; set; } | |||
|  | 
 | |||
|  |         public int Col { get; set; } | |||
|  |     } | |||
|  | } |