//------------------------------------------------------------------------------ // // 此代码是根据模板生成的。 // // 手动更改此文件可能会导致应用程序中发生异常行为。 // 如果重新生成代码,则将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace EntityDataSet { using System; using System.Collections.Generic; public partial class windpowerstationtestingpoint { public string CODE { get; set; } public string NAME { get; set; } public string MODEL { get; set; } public string VALUEUNIT { get; set; } public string ENGLISHNAME { get; set; } public string TYPEID { get; set; } public string MODELID { get; set; } public Nullable MAXVAL { get; set; } public Nullable MINVAL { get; set; } public Nullable REASONABLEMAXVAL { get; set; } public Nullable REASONABLEMINVAL { get; set; } public string UNIFORMCODE { get; set; } public string SHORTID { get; set; } public string LONGID { get; set; } public string WINDPOWERSTATIONID { get; set; } public string REALTIMEID { get; set; } } }