using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// scada结果 /// public class DispatchScadaDto { /// /// /// public string tagname { get; set; } /// /// /// public double value { get; set; } } }