namespace Model { public class NPOIImg { public string SavePath { get; set; } public int Row { get; set; } public int Col { get; set; } } }