修改版本

This commit is contained in:
he
2026-05-12 15:24:02 +08:00
parent 14cc78cffc
commit 4fe915cfd8
6 changed files with 22291 additions and 2 deletions
@@ -9505,6 +9505,9 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations
b.Property<bool>("IsSaved")
.HasColumnType("bit");
b.Property<DateTime?>("SEGUpdateTime")
.HasColumnType("datetime2");
b.Property<string>("SEGUrl")
.IsRequired()
.HasColumnType("nvarchar(max)");