namespace Wonky.Entity.DTO; public class KrvKapvLabels { public string S1UsedForLabel { get; set; } = ""; public string S2TypeAndPropertiesLabel { get; set; } = ""; public string S3DosesAndImpactLabel { get; set; } = ""; public string S4PreventProtectLabel { get; set; } = ""; public string S5HealthExaminationLabel { get; set; } = ""; public string S6SubstAlternativesLabel { get; set; } = ""; public string S7LimitValuesLaborInspectorateLabel { get; set; } = ""; public string S8EducationTrainingLabel { get; set; } = ""; public string S9DeviationLabel { get; set; } = ""; public string S0DisclaimerLabel { get; set; } = ""; }