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

10 lines
No EOL
313 B
C#

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