jlself.h
来自「毕业生信息管理系统的基本功能是对毕业生的信息进行管理」· C头文件 代码 · 共 36 行
H
36 行
// JLSelf.h: interface for the CJLSelf class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_JLSELF_H__73A1A5DA_F4B5_42E7_B159_98E9F46940E0__INCLUDED_)
#define AFX_JLSELF_H__73A1A5DA_F4B5_42E7_B159_98E9F46940E0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CJLSelf
{
public:
CJLSelf();
virtual ~CJLSelf();
int GetStu_id();
void SetStu_id(int iStu_id);
CString GetJianLi();
void SetJianLi(CString cJianLi);
void sql_Delete ( CString cEmpId );
void sql_Insert ( );
void sql_Update ( CString cEmpId );
void GetData ( CString cEmpId );
public:
int Stu_id; //学生学号
CString JianLi; //个人简历
};
#endif // !defined(AFX_JLSELF_H__73A1A5DA_F4B5_42E7_B159_98E9F46940E0__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?