Explorar o código

Added note field to DataEntryDocument

Kenric Nugteren hai 1 ano
pai
achega
ae799fe425
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      prs.classes/Entities/DataEntry/DataEntryDocument.cs

+ 4 - 0
prs.classes/Entities/DataEntry/DataEntryDocument.cs

@@ -15,6 +15,10 @@ namespace Comal.Classes
         
         [EditorSequence(3)]
         public EmployeeLink Employee { get; set; }
+
+        [EditorSequence(4)]
+        [TextBoxEditor]
+        public string Note { get; set; }
         
         [NullEditor]
         public Guid EntityID { get; set; }