diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Remote/DB/JOB_RUNS.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.DAL.Remote/DB/JOB_RUNS.cs | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/JOB_RUNS.cs b/Software/Visual_Studio/Tango.DAL.Remote/DB/JOB_RUNS.cs index c04183622..0948f293a 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/DB/JOB_RUNS.cs +++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/JOB_RUNS.cs @@ -67,5 +67,42 @@ namespace Tango.DAL.Remote.DB public long LIGHT_RUBINE_QUANTITY { get; set; } public long NAVY_QUANTITY { get; set; } public long VIOLET_QUANTITY { get; set; } + public long TW_TRANSPARENT_INK_QUANTITY { get; set; } + public long C1_TI_QUANTITY { get; set; } + public long TW_CYAN_QUANTITY { get; set; } + public long TW_LIGHT_CYAN_QUANTITY { get; set; } + public long TW_MAGENTA_QUANTITY { get; set; } + public long TW_LIGHT_MAGENTA_QUANTITY { get; set; } + public long TW_YELLOW_QUANTITY { get; set; } + public long TW_LIGHT_YELLOW_QUANTITY { get; set; } + public long C1_YELLOW_QUANTITY { get; set; } + public long C1_LIGHT_YELLOW_QUANTITY { get; set; } + public long TW_BLACK_QUANTITY { get; set; } + public long TW_VIOLET_QUANTITY { get; set; } + public long TW_LIGHT_VIOLET_QUANTITY { get; set; } + public long CT_BLUE_QUANTITY { get; set; } + public long CT_LIGHT_BLUE_QUANTITY { get; set; } + public long CT_RUBINE_QUANTITY { get; set; } + public long CT_LIGHT_RUBINE_QUANTITY { get; set; } + public long CT_ORANGE_QUANTITY { get; set; } + public long CT_LIGHT_ORANGE_QUANTITY { get; set; } + public long CT_NAVY_QUANTITY { get; set; } + public long HD_BLUE_QUANTITY { get; set; } + public long HD_LIGHT_BLUE_QUANTITY { get; set; } + public long HD_RUBINE_QUANTITY { get; set; } + public long HD_LIGHT_RUBINE_QUANTITY { get; set; } + public long HD_ORANGE_QUANTITY { get; set; } + public long HD_LIGHT_ORANGE_QUANTITY { get; set; } + public long HD_NAVY_QUANTITY { get; set; } + public long HD_LIGHT_NAVY_QUANTITY { get; set; } + public long AM_BLUE_QUANTITY { get; set; } + public long AM_LIGHT_BLUE_QUANTITY { get; set; } + public long AM_RED_QUANTITY { get; set; } + public long AM_LIGHT_RED_QUANTITY { get; set; } + public long AM_ORANGE_QUANTITY { get; set; } + public long AM_LIGHT_ORANGE_QUANTITY { get; set; } + public long AM_YELLOW_QUANTITY { get; set; } + public long AM_LIGHT_YELLOW_QUANTITY { get; set; } + public long AM_BLACK_QUANTITY { get; set; } } } |
