feat(Annotation): Hinzufügen der Eigenschaft Name
This commit is contained in:
@@ -2,8 +2,10 @@
|
|||||||
|
|
||||||
namespace EnvelopeGenerator.Web.Models;
|
namespace EnvelopeGenerator.Web.Models;
|
||||||
|
|
||||||
public class Annotation
|
public record Annotation
|
||||||
{
|
{
|
||||||
|
public required string Name { get; init; }
|
||||||
|
|
||||||
#region Bound Annotation
|
#region Bound Annotation
|
||||||
public string? HorBoundAnnotName { get; init; }
|
public string? HorBoundAnnotName { get; init; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user