Skip to content

Commit

Permalink
#12174 Remove VerschlussGegenstueckVor2022
Browse files Browse the repository at this point in the history
  • Loading branch information
gdl-drw committed Jan 10, 2025
1 parent 53b0b38 commit 5685f0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System;
using System.Collections.Generic;

namespace Gandalan.IDAS.WebApi.DTO;
Expand All @@ -11,7 +12,6 @@ public class ProduktionProduktfamilieSettingsDTO
public List<string> MoeglicheVariantenVorbiegen { get; set; }
public string Buerste { get; set; }
public bool FederkraftErhoeht { get; set; }
public bool VerschlussGegenstueckVor2022 { get; set; }
public bool IndividuelleSeitenarretierung { get; set; }
public int? HoeheFuerSeitenarretierung { get; set; }
}
}

0 comments on commit 5685f0f

Please sign in to comment.