From 37cbac5ee771e59ceaf1541ad19dc9f2d675e657 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期二, 25 六月 2024 16:08:01 +0800
Subject: [PATCH] backup
---
HDL-ON_Android/Aliyu/LogBean.cs | 39 ---------------------------------------
1 files changed, 0 insertions(+), 39 deletions(-)
diff --git a/HDL-ON_Android/Aliyu/LogBean.cs b/HDL-ON_Android/Aliyu/LogBean.cs
index fa8025d..e1fd76c 100644
--- a/HDL-ON_Android/Aliyu/LogBean.cs
+++ b/HDL-ON_Android/Aliyu/LogBean.cs
@@ -16,14 +16,6 @@
*/
private string mac;
/**
- * 鏍囬锛屽繀椤昏濉�
- */
- private string title;
- /**
- * 鏃ュ織鏃堕棿
- */
- private string time;
- /**
* 绯荤粺锛欼OS銆丄ndroid銆乄indows銆佺綉鍏�
*/
private string userAgent;
@@ -31,7 +23,6 @@
* 杞欢鐗堟湰
*/
private string appVersion;
- private string type;
public string getUserId()
{
@@ -63,26 +54,6 @@
this.mac = mac;
}
- public string getTitle()
- {
- return title;
- }
-
- public void setTitle(string title)
- {
- this.title = title;
- }
-
- public string getTime()
- {
- return time;
- }
-
- public void setTime(string time)
- {
- this.time = time;
- }
-
public string getUserAgent()
{
return userAgent;
@@ -101,16 +72,6 @@
public void setAppVersion(string appVersion)
{
this.appVersion = appVersion;
- }
-
- public string getType()
- {
- return type;
- }
-
- public void setType(string type)
- {
- this.type = type;
}
}
}
--
Gitblit v1.8.0