Wonky.Client/Wonky.Entity/DTO/KrvWasteTexts.cs

10 lines
313 B
C#
Raw Permalink Normal View History

2023-04-08 17:46:26 +02:00
namespace Wonky.Entity.DTO;
public class KrvWasteTexts
{
public string Instruction { get; set; } = "";
public string Spilling { get; set; } = "";
public string WasteGroup { get; set; } = "";
public string WasteSubGroup { get; set; } = "";
public string WasteCategory { get; set; } = "";
}