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