diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-11-05 11:41:45 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-11-05 11:41:45 +0200 |
| commit | 8c003387a229cb852d318a718b2147cbdd7e2c67 (patch) | |
| tree | 3117bf0643541166f47e532d9a1e052b55d4a20b /Software/Visual_Studio/Web/Tango.MachineService/Models | |
| parent | bf66536228666d733475f4ccdb248e5cec74c0aa (diff) | |
| parent | 6f1993babfa5e15e73fbe5efb922d837527365f1 (diff) | |
| download | Tango-8c003387a229cb852d318a718b2147cbdd7e2c67.tar.gz Tango-8c003387a229cb852d318a718b2147cbdd7e2c67.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Models')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs b/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs index b97d8b6c8..408fd74dc 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs @@ -11,6 +11,8 @@ namespace Tango.MachineService.Models public String Version { get; set; } + public String FirmwareVersion { get; set; } + public String UserGuid { get; set; } public String Comments { get; set; } |
