YGJBGZB.H
上传用户:ghostdhl
上传日期:2018-06-14
资源大小:9728k
文件大小:1k
源码类别:

数据库编程

开发平台:

Visual C++

  1. // Ygjbgzb.h: interface for the CYgjbgzb class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_YGJBGZB_H__B8D8F03D_409D_49A7_9C88_3BDA4BBFDCFE__INCLUDED_)
  5. #define AFX_YGJBGZB_H__B8D8F03D_409D_49A7_9C88_3BDA4BBFDCFE__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CYgjbgzb  
  10. {
  11. private:
  12. CString YGid;
  13. CString YGxm;
  14. int JBgz;
  15. int ZWgz;
  16. int GLgz;
  17. int YLbxj;
  18. public:
  19. CYgjbgzb();
  20. virtual ~CYgjbgzb();
  21. CString GetYGid();
  22. void SetYGid(CString cYGid);
  23. CString GetYGxm();
  24. void SetYGxm(CString cYGxm);
  25. int GetJBgz();
  26. void SetJBgz(int iJBgz);
  27. int GetZWgz();
  28. void SetZWgz(int iZWgz);
  29. int GetGLgz();
  30. void SetGLgz(int iGLgz);
  31. int GetYLbxj();
  32. void SetYLbxj(int iYLbxj);
  33. void sql_insert();
  34. void sql_update(CString cYGid);
  35. void sql_delete(CString cYGid);
  36. };
  37. #endif // !defined(AFX_YGJBGZB_H__B8D8F03D_409D_49A7_9C88_3BDA4BBFDCFE__INCLUDED_)