using System.Collections.Generic; using Neo.Legitimate.Data.Models; using Neo.Legitimate.Data.Models.Ltps; namespace Neo.Legitimate.Applications.Models { public class PurificationApplicationChangeTypeModel { public List ApplicationTypes { get; set; } } public class PurificationApplicationChangeTypeSearchResult { public dynamic ApplicationTypes { get; set; } } }