feat(api): в респонс шаблонов добавлено поле ApplicationInWorkId.

This commit is contained in:
Mikhail Trubnikov
2024-05-08 11:48:03 +10:00
parent 342d26e097
commit 079415a40e

View File

@@ -7,6 +7,8 @@
public bool IsActiveTemplate { get; set; }
public bool IsActiveSchedule { get; set; }
public Guid ApplicationInWorkId { get; set; }
public required string Category { get; set; }
public required string Initiator { get; set; }
public required string ClosingCode { get; set; }