using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace IStation.Calculation.Epanet { /// /// /// public class EpaCalcuIDto { /// /// 标识 /// public string EpdId { get; set; } /// /// 标签 /// public string Flag { get; set; } /// /// 值列表 /// public List Items { get; set; } } }