added bulk edit functionality.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-02-21 21:39:39 -07:00
parent 0d8822c496
commit 0fab57d19c
4 changed files with 200 additions and 2 deletions

View File

@@ -4,5 +4,6 @@
{
public ImportMode DataType { get; set; }
public List<int> RecordIds { get; set; } = new List<int>();
public GenericRecord EditRecord { get; set; } = new GenericRecord();
}
}