Wonky.Client/Wonky.Entity/Views/WorkplaceProductVariantDoc.cs
2023-04-02 14:39:23 +02:00

10 lines
No EOL
342 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; } = "";
}