using System; using System.Collections.Generic; using System.Text; namespace SlnMesnac.Model.domain { public class partsns { /// /// /// public List sn = new List(); } public class D { /// /// 销钉1压装终点位移 /// public string n { get; set; } /// /// /// public int t { get; set; } /// /// /// public string v { get; set; } /// /// /// public string max { get; set; } /// /// /// public string min { get; set; } /// /// /// public int ng { get; set; } } public class Root { /// /// /// public List d = new List(); } }