|
@@ -9,6 +9,7 @@ namespace Hotline.Share.Dtos.JudicialManagement
|
|
/// 是否统计
|
|
/// 是否统计
|
|
/// </summary>
|
|
/// </summary>
|
|
public bool IsItCounted { get; set; } = true;
|
|
public bool IsItCounted { get; set; } = true;
|
|
|
|
+ public string? IsItCountedText => CalcRate(IsItCounted);
|
|
|
|
|
|
public string Id { get; set; }
|
|
public string Id { get; set; }
|
|
|
|
|