diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-05-19 17:25:53 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-05-19 17:25:53 +0300 |
| commit | 83b5cc5c1d60dbbef59c8fddee844dc0394c6314 (patch) | |
| tree | 76eaa6f005d675cd67ae50b8be0a4ca985209b4f /Software/PMR/Messages | |
| parent | 7fb6f7ff36d3e5395e6f417567d40268ef262daf (diff) | |
| download | Tango-83b5cc5c1d60dbbef59c8fddee844dc0394c6314.tar.gz Tango-83b5cc5c1d60dbbef59c8fddee844dc0394c6314.zip | |
Save job Version in Export/import job in PPC
Related Work Items: #6528
Diffstat (limited to 'Software/PMR/Messages')
| -rw-r--r-- | Software/PMR/Messages/Exports/JobFile.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Exports/JobFile.proto b/Software/PMR/Messages/Exports/JobFile.proto index 3516076cd..f409e09f5 100644 --- a/Software/PMR/Messages/Exports/JobFile.proto +++ b/Software/PMR/Messages/Exports/JobFile.proto @@ -29,4 +29,5 @@ message JobFile double LengthPercentageFactor = 20; repeated JobFileSegment Segments = 21; string ColorCatalogGuid = 22; + int32 Version = 23; }
\ No newline at end of file |
