namespace ZR.Model.mes.md.DTO { public class MdProductDefineDTO { public List list { set; get; } public int Total { set; get; } } }