feat(dal, domain): Удалена таблица UnitInFields. Удалены DateModified из таблиц JobFieldFilter, JobUnitFilter

This commit is contained in:
Mikhail Trubnikov
2026-05-29 11:01:14 +10:00
parent 5ec0e801e2
commit 83df669f84
11 changed files with 7653 additions and 86 deletions

View File

@@ -51,8 +51,6 @@ namespace PARR.Domain.Entities.Unit
}
}
public ICollection<UnitInField> UnitFields { get; set; } = new HashSet<UnitInField>();
public ICollection<UnitInValue> UnitValues { get; set; } = new HashSet<UnitInValue>();