using System; namespace Model { /// /// tbNewsType:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class tbNewsType { public tbNewsType() { } #region Model private int _typeid; private string _typename; ///