稽查调整
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user