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

15 lines
No EOL
550 B
C#

namespace Wonky.Entity.DTO;
public class KrvProductTexts
{
public string Supplier { get; set; } = "";
public string TradingName { get; set; } = "";
public string UsedFor { get; set; } = "";
public string PhraseNames { get; set; } = "";
public string ClpMarkings { get; set; } = "";
public string SeeAlso { get; set; } = "";
public string Phrases { get; set; } = "";
public string MalCode { get; set; } = "";
public string UsageLimitation { get; set; } = "";
public string UsagePrecaution { get; set; } = "";
}