aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Remote/DB/JOB.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Remote/DB/JOB.cs')
-rw-r--r--Software/Visual_Studio/Tango.DAL.Remote/DB/JOB.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/JOB.cs b/Software/Visual_Studio/Tango.DAL.Remote/DB/JOB.cs
index b45dbe3b3..7dd8b2b61 100644
--- a/Software/Visual_Studio/Tango.DAL.Remote/DB/JOB.cs
+++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/JOB.cs
@@ -60,6 +60,7 @@ namespace Tango.DAL.Remote.DB
public bool IS_SYNCHRONIZED { get; set; }
public int SOURCE { get; set; }
public int VERSION { get; set; }
+ public int NUMBER_OF_SPOOLS { get; set; }
public virtual COLOR_CATALOGS COLOR_CATALOGS { get; set; }
public virtual COLOR_SPACES COLOR_SPACES { get; set; }