Merge migrations

This commit is contained in:
2025-10-23 18:33:56 +09:00
parent 608dcc2098
commit ce78e3a2ad
10 changed files with 60 additions and 284 deletions

View File

@ -9,7 +9,7 @@ namespace Hcs.WebApp.Data.Hcs
Nsi_15_7_0_1_ExportAllRegistryElements
}
public string Id { get; set; }
public int Id { get; set; }
public OperationType Type { get; set; }
@ -19,7 +19,7 @@ namespace Hcs.WebApp.Data.Hcs
public DateTime? EndedAt { get; set; }
public string MessageGuid { get; set; }
public string? MessageGuid { get; set; }
[NotMapped]
public bool Completed => EndedAt.HasValue;