aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Local/DB/PERMISSION.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Local/DB/PERMISSION.cs')
-rw-r--r--Software/Visual_Studio/Tango.DAL.Local/DB/PERMISSION.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.DAL.Local/DB/PERMISSION.cs b/Software/Visual_Studio/Tango.DAL.Local/DB/PERMISSION.cs
index b154557a3..6052bccc0 100644
--- a/Software/Visual_Studio/Tango.DAL.Local/DB/PERMISSION.cs
+++ b/Software/Visual_Studio/Tango.DAL.Local/DB/PERMISSION.cs
@@ -18,6 +18,7 @@ namespace Tango.DAL.Local.DB
public string GUID { get; set; }
public System.DateTime LAST_UPDATED { get; set; }
public bool DELETED { get; set; }
+ public long CODE { get; set; }
public string NAME { get; set; }
public string DESCRIPTION { get; set; }
}