using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ewide.Application { public class InspectionOrgDirPreviewOutput { public BsInspectionOrgDirStage Stage { get; set; } public int Count { get; set; } public dynamic List { get; set; } } }