Wonky.Client/Wonky.Entity/DTO/KrvCommonProductTexts.cs
2023-04-08 17:46:26 +02:00

14 lines
No EOL
437 B
C#

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; } = "";
}