using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation { /// /// /// public class Paras_WebApi_OpenApi { /// /// 三高调度接口 /// public string SanGaoDispatchUrl { get; set; } /// /// 三高调度接口 /// public string SanGaoPlanUrl { get; set; } } }