CNCEC_SUBQHSE_WUHUAN/SGGL/Model/NPOIImg.cs

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; }
}
}