|
|
@ -64,6 +64,18 @@ namespace Shentun.WebPeis.Configures |
|
|
.HasMaxLength(1) |
|
|
.HasMaxLength(1) |
|
|
.HasColumnName("is_none"); |
|
|
.HasColumnName("is_none"); |
|
|
|
|
|
|
|
|
|
|
|
entity.Property(e => e.Overview) |
|
|
|
|
|
.HasMaxLength(300) |
|
|
|
|
|
.HasColumnName("overview"); |
|
|
|
|
|
|
|
|
|
|
|
entity.Property(e => e.Reason) |
|
|
|
|
|
.HasMaxLength(300) |
|
|
|
|
|
.HasColumnName("reason"); |
|
|
|
|
|
|
|
|
|
|
|
entity.Property(e => e.HealthGuidance) |
|
|
|
|
|
.HasMaxLength(300) |
|
|
|
|
|
.HasColumnName("health_guidance"); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |