Merged PR 88664: feat: add density to woodstore import data...
babd5ca3
Schaber, Daniel
committed
succeeded
2 changed files
ImportMaterialType.cs
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ImportMaterialType.cs-1+6
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ImportMaterialType.cs
Add comment 43 /// <summary>
Add comment 44 /// Width
Add comment 45 /// </summary>
Add comment 46 Minus   public double? Width{ get; set; }
Add comment 46 Plus   public double? Width { get; set; }
Add comment 47 Plus  
Add comment 48 Plus   /// <summary>
Add comment 49 Plus   /// Density
Add comment 50 Plus   /// </summary>
Add comment 51 Plus   public double? Density { get; set; }
Add comment 47 52
Add comment 48 53 /// <summary>
Add comment 49 54 /// Decor
HISTORY.md
/HISTORY.md+4
/HISTORY.md
Add comment 80 # 2.0.21
Add comment 81
Add comment 82 - fix: HttpMethod DELETE for BoardTypes by Codes
Add comment 83 Plus  
Add comment 84 Plus  # 2.0.22
Add comment 85 Plus  
Add comment 86 Plus  - feat: Density import from woodstore
Add comment 83 87