Wonky.Client/Wonky.Entity/Views/WorkplaceProductVariantDoc.cs
Frede Hundewadt 7111ec5676 wip: v148.1
2023-05-28 14:12:20 +02:00

12 lines
No EOL
422 B
C#

namespace Wonky.Entity.Views;
public class WorkplaceProductVariantDoc
{
public string DocumentId { get; set; } = "";
public string DocumentTypeEnum { get; set; } = "";
public string DocumentDescription { get; set; } = "";
public string DocumentDate { get; set; } = "";
public string DocumentLink { get; set; } = "";
public string S5A { get; set; } = "";
public string S9A { get; set; } = "";
}