hxb
2023-06-14 cd4189a3f0e3896a37f2307d842af6c8ee4dc0ec
HDL-ON_Android/Aliyu/LogBean.cs
@@ -16,14 +16,6 @@
         */
        private string mac;
        /**
         * 标题,必须要填
         */
        private string title;
        /**
         * 日志时间
         */
        private string time;
        /**
         * 系统:IOS、Android、Windows、网关
         */
        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;
        }
    }
}