From 94d9897717deebb9e636e2055a1672bc8aaf461d Mon Sep 17 00:00:00 2001
From: ulysseskao <ulysseskao@gmail.com>
Date: Sun, 01 May 2016 01:12:28 +0800
Subject: [PATCH] update logger

---
 CCSTrace/TPower/DMMS/Model/CCS/CODELIST.cs |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/CCSTrace/TPower/DMMS/Model/CCS/CODELIST.CODELIST.cs b/CCSTrace/TPower/DMMS/Model/CCS/CODELIST.cs
similarity index 92%
rename from CCSTrace/TPower/DMMS/Model/CCS/CODELIST.CODELIST.cs
rename to CCSTrace/TPower/DMMS/Model/CCS/CODELIST.cs
index 0eac04f..f3fcb6b 100644
--- a/CCSTrace/TPower/DMMS/Model/CCS/CODELIST.CODELIST.cs
+++ b/CCSTrace/TPower/DMMS/Model/CCS/CODELIST.cs
@@ -58,7 +58,14 @@
             OnCreated();
         }
 
-    
+        public CODELIST(int indexid, int keyid, string item, string content)
+        {
+            INDEXID = indexid;
+            KEYID = keyid;
+            ITEM = item;
+            CONTENT = content;
+        }
+
         /// <summary>
         /// There are no comments for INDEXID in the schema.
         /// </summary>

--
Gitblit v0.0.0-SNAPSHOT