using System; namespace Model { /// /// tbNews:ʵ����(����˵���Զ���ȡ���ݿ��ֶε�������Ϣ) /// [Serializable] public partial class tbNews { public tbNews() {} #region Model private int _newsid; private string _newstitle; private string _newscontent;