using Ips.Library.Entity; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ips.Sps.Scheduling.SigAds { public class AdcAndCfgOptions { public AdcOptions AdOptions { get; set; } public List CfOptions { get; set; } = new List(); } }