using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// /// public class PipeLineParallelCurveInput { /// /// 客户标识 /// public long CorpID { get; set; } /// /// 并联集合 /// public List Items { get; set; } } }