feat(Annotation): Hinzufügen der Eigenschaft Name
This commit is contained in:
parent
43db4e275b
commit
093e64de81
@ -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; }
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user