@ -22,7 +22,7 @@ namespace Shentun.Peis.Models
/// 描述
/// </summary>
[Column("description")]
[StringLength(200)]
[StringLength(2000)]
public string Description { get; set; } = null!;
[Column("display_order")]
public int DisplayOrder { get; set; }
@ -28,7 +28,7 @@ namespace Shentun.Peis.Models
/// 结果
[Column("result")]
[StringLength(1000)]
public string? Result { get; set; }
/// <summary>
/// 单位