增加访视状态退回原因
This commit is contained in:
@@ -9972,6 +9972,12 @@ namespace IRaCIS.Core.Infra.EFCore.Migrations
|
||||
b.Property<int?>("Age")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<string>("BackReason")
|
||||
.IsRequired()
|
||||
.HasMaxLength(400)
|
||||
.HasColumnType("nvarchar(400)")
|
||||
.HasComment("退回到访视中原因");
|
||||
|
||||
b.Property<DateTime?>("BirthDate")
|
||||
.HasColumnType("datetime2");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user