From ed223aee5fe5f3b222488549597976f34c679c3d Mon Sep 17 00:00:00 2001
From: pansen <pansen626@sina.com>
Date: 星期二, 05 三月 2019 14:00:47 +0800
Subject: [PATCH] 代码格式化及部分bug修改

---
 QiaoJiaSystem/DataManagerServer/vss/model/VssLocalSettingTbl.h |   88 ++++++++++++++++++++++----------------------
 1 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/QiaoJiaSystem/DataManagerServer/vss/model/VssLocalSettingTbl.h b/QiaoJiaSystem/DataManagerServer/vss/model/VssLocalSettingTbl.h
index b413558..d377f83 100755
--- a/QiaoJiaSystem/DataManagerServer/vss/model/VssLocalSettingTbl.h
+++ b/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
+
+

--
Gitblit v1.8.0