www.pudn.com > ODBC.rar > Item.cpp
// Item.cpp: implementation of the CItem class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "AutoStuMis.h"
#include "Item.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CItem::CItem()
{
m_F_ID = 0;
m_F_ItemName = _T("");
m_F_Remark = _T("");
}
CItem::~CItem()
{
}