//using Microsoft.Analytics.Interfaces; //using Microsoft.Analytics.Types.Sql; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace MadRunFabric.Common.Options { public class HisOptions { /// /// his系统对接地址 /// public string HisAddress { get; set; } } }