📄 rent.h
字号:
// rent.h: interface for the Crent class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RENT_H__089A86FE_67F4_457A_9732_2C1A12C5FE26__INCLUDED_)
#define AFX_RENT_H__089A86FE_67F4_457A_9732_2C1A12C5FE26__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class Crent
{
public:
int id;
CString time;
public:
Crent();
virtual ~Crent();
void sql_delete(CString Id);
void sql_insert();
int sql_gettime(CString Id);
};
#endif // !defined(AFX_RENT_H__089A86FE_67F4_457A_9732_2C1A12C5FE26__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -