可以根据数据库来生成对应的实体类 例如: private System.Byte _ABC; public System.Byte ABC { get { return _ABC; } set { _ABC = value; } }