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

12 lines
422 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; } = "";
2023-05-28 14:12:20 +02:00
public string DocumentLink { get; set; } = "";
public string S5A { get; set; } = "";
public string S9A { get; set; } = "";
2023-04-02 14:39:23 +02:00
}