稽查调整

This commit is contained in:
he
2025-12-18 10:45:49 +08:00
parent cc1ae55480
commit 030eeb663b
6 changed files with 21400 additions and 38 deletions
@@ -985,6 +985,11 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations
.HasColumnType("uniqueidentifier")
.HasComment("父ID");
b.Property<string>("RealUrlAndEntity")
.IsRequired()
.HasMaxLength(400)
.HasColumnType("nvarchar(400)");
b.Property<string>("Reason")
.IsRequired()
.HasMaxLength(400)