diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-10-19 17:23:24 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-10-19 17:25:22 +0300 |
| commit | b6745cf00a2aedae8da24a2477d1000f30e7e1d3 (patch) | |
| tree | 0035b1984a542846f186fbc613e9925dc1d168d0 /Software/Visual_Studio/Tango.DAL.Remote/DB/JOB.cs | |
| parent | 3fc440bd00595d660299de7da0fce21945014df4 (diff) | |
| download | Tango-b6745cf00a2aedae8da24a2477d1000f30e7e1d3.tar.gz Tango-b6745cf00a2aedae8da24a2477d1000f30e7e1d3.zip | |
Added Number of Spools to Job table.
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Remote/DB/JOB.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.DAL.Remote/DB/JOB.cs | 1 |
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; } |
