diff --git a/src/Shentun.Peis.Domain/BigtextResultDescriptions/BigtextResultDescription.cs b/src/Shentun.Peis.Domain/BigtextResultDescriptions/BigtextResultDescription.cs index 72143d7..d4d2538 100644 --- a/src/Shentun.Peis.Domain/BigtextResultDescriptions/BigtextResultDescription.cs +++ b/src/Shentun.Peis.Domain/BigtextResultDescriptions/BigtextResultDescription.cs @@ -22,7 +22,7 @@ namespace Shentun.Peis.Models /// 描述 /// [Column("description")] - [StringLength(200)] + [StringLength(2000)] public string Description { get; set; } = null!; [Column("display_order")] public int DisplayOrder { get; set; } diff --git a/src/Shentun.Peis.Domain/RegisterCheckItems/RegisterCheckItem.cs b/src/Shentun.Peis.Domain/RegisterCheckItems/RegisterCheckItem.cs index a2f5661..93efdc1 100644 --- a/src/Shentun.Peis.Domain/RegisterCheckItems/RegisterCheckItem.cs +++ b/src/Shentun.Peis.Domain/RegisterCheckItems/RegisterCheckItem.cs @@ -28,7 +28,7 @@ namespace Shentun.Peis.Models /// 结果 /// [Column("result")] - [StringLength(1000)] + [StringLength(2000)] public string? Result { get; set; } /// /// 单位