feat(api,dal): В группу работ добавлено поле IsGroupByResponsible

This commit is contained in:
Mikhail Trubnikov
2026-03-20 15:50:00 +10:00
parent 42ac353198
commit 630b645267
7 changed files with 4295 additions and 33 deletions

View File

@@ -13,6 +13,8 @@
/// </summary>
public Guid? GroupingUnitFieldId { get; set; }
public bool? IsGroupByResponsible { get; set; }
public required string ShortDescription { get; set; }
public required string FullDescription { get; set; }