Wonky.Client/Wonky.Entity/DTO/KrvCommonProductTexts.cs

14 lines
437 B
C#
Raw Permalink Normal View History

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