Aggiunti nuovi campi al form

This commit is contained in:
2026-02-17 09:47:14 +01:00
parent 69f2dee309
commit c1a133c61e
3 changed files with 24 additions and 1 deletions

View File

@@ -5,4 +5,6 @@ public class SchedaDto
public JtbFasiDto? Reparto { get; set; }
public string? ActivityTypeId { get; set; }
public string? Note { get; set; }
public string? Responsabile { get; set; }
public int Scadenza { get; set; } = 24;
}