Wonky.Client/Wonky.Entity/Views/WorkplaceProductVariantDoc.cs

10 lines
342 B
C#
Raw Normal View History

2023-04-02 14:39:23 +02:00
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; } = "";
}