using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// 支线结果 /// public class DispatchBranchDto { /// /// /// public string key { get; set; } /// /// /// public double value { get; set; } } }