using System.Runtime; namespace Wonky.Entity.DTO; public class KrvCommonProductTexts { public string Supplier { get; set; } = ""; public string PhraseNames { get; set; } = ""; public string Phrases { get; set; } = ""; public string SeeAlso { get; set; } = ""; public string UsagePrecaution { get; set; } = ""; public string ClpMarkings { get; set; } = ""; public string UsageLimitation { get; set; } = ""; }