派生自 development/c++

xuxiuxi
2019-03-08 c5b9ce0c0cf973575a936df3aa928d4b7a7fa7d2
QiaoJiaSystem/DataManagerServer/vss/model/VssLocalSettingTbl.h
@@ -1,44 +1,44 @@
#ifndef VSSLOCALSETTINGTBL_H
#define VSSLOCALSETTINGTBL_H
#include <mysql++.h>
#include <string>
using std::string;
#define VssLocalSettingTbl_ID "ID"
#define VssLocalSettingTbl_ServerIp "ServerIp"
#define VssLocalSettingTbl_ServerPort "ServerPort"
#define VssLocalSettingTbl_ServerId "ServerId"
#define VssLocalSettingTbl_UserAuthId "UserAuthId"
#define VssLocalSettingTbl_Password "Password"
#define VssLocalSettingTbl_UpdateTime "UpdateTime"
/**
 * 本地国标配置
 */
class VssLocalSettingTbl {
public:
   int ID                   ;
   std::string ServerIp     ;
   std::string ServerPort   ;
   std::string ServerId     ;
   std::string UserAuthId   ;
   std::string Password     ;
   std::string UpdateTime   ;
public:
   /** 本地国标配置 构造函数*/
   VssLocalSettingTbl() {
      ID = 0                   ;
      ServerIp = ""            ;
      ServerPort = ""          ;
      ServerId = ""            ;
      UserAuthId = ""          ;
      Password = ""            ;
      UpdateTime = ""          ;
   }
};
#endif //VSSLOCALSETTINGTBL_H
#ifndef VSSLOCALSETTINGTBL_H
#define VSSLOCALSETTINGTBL_H
#include <mysql++.h>
#include <string>
using std::string;
#define VssLocalSettingTbl_ID "ID"
#define VssLocalSettingTbl_ServerIp "ServerIp"
#define VssLocalSettingTbl_ServerPort "ServerPort"
#define VssLocalSettingTbl_ServerId "ServerId"
#define VssLocalSettingTbl_UserAuthId "UserAuthId"
#define VssLocalSettingTbl_Password "Password"
#define VssLocalSettingTbl_UpdateTime "UpdateTime"
/**
 * 本地国标配置
 */
class VssLocalSettingTbl {
public:
   int ID                   ;
   std::string ServerIp     ;
   std::string ServerPort   ;
   std::string ServerId     ;
   std::string UserAuthId   ;
   std::string Password     ;
   std::string UpdateTime   ;
public:
   /** 本地国标配置 构造函数*/
   VssLocalSettingTbl() {
      ID = 0                   ;
      ServerIp = ""            ;
      ServerPort = ""          ;
      ServerId = ""            ;
      UserAuthId = ""          ;
      Password = ""            ;
      UpdateTime = ""          ;
   }
};
#endif //VSSLOCALSETTINGTBL_H