|
@@ -400,7 +400,9 @@ namespace Hotline.Orders
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 第一次评价结果
|
|
/// 第一次评价结果
|
|
/// </summary>
|
|
/// </summary>
|
|
|
|
+ [SugarColumn(IsNullable = true, DefaultValue = "")]
|
|
public string? FirstVisitResult { get; set; }
|
|
public string? FirstVisitResult { get; set; }
|
|
|
|
+ [SugarColumn(IsNullable = true, DefaultValue = "")]
|
|
public string? FirstVisitResultCode { get; set; }
|
|
public string? FirstVisitResultCode { get; set; }
|
|
}
|
|
}
|
|
|
|
|