feat(Annotation): Hinzufügen der Eigenschaft Name

This commit is contained in:
Developer 02 2025-03-20 14:27:58 +01:00
parent 43db4e275b
commit 093e64de81

View File

@ -2,8 +2,10 @@
namespace EnvelopeGenerator.Web.Models;
public class Annotation
public record Annotation
{
public required string Name { get; init; }
#region Bound Annotation
public string? HorBoundAnnotName { get; init; }