Ancora update display ST
This commit is contained in:
@@ -27,5 +27,10 @@ namespace MP.Data.DatabaseModels
|
||||
public string ValueRead { get; set; } = "";
|
||||
public string Note { get; set; } = "";
|
||||
|
||||
[NotMapped]
|
||||
public bool ShowMissingData
|
||||
{
|
||||
get => Required && (Value != ExtCode);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user