using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation { /// /// 错误值 /// public class Error { /// /// 错误值 /// public const double Default = -44444444; /// /// 异常值 /// public const double Abnormal = -9999999; } }