Wonky.Client/Wonky.Entity/Views/WorkplaceProductVariantDoc.cs
2023-11-27 17:35:13 +01:00

13 lines
No EOL
471 B
C#

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