Wonky.Client/Wonky.Entity/DTO/KrvProductTexts.cs

15 lines
550 B
C#
Raw Permalink Normal View History

2023-04-08 17:46:26 +02:00
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; } = "";
}