diff --git a/Tiobon.Core.Model/ServiceResult.cs b/Tiobon.Core.Model/ServiceResult.cs index cf75f7fd..b34f2438 100644 --- a/Tiobon.Core.Model/ServiceResult.cs +++ b/Tiobon.Core.Model/ServiceResult.cs @@ -147,7 +147,7 @@ public class ServicePageResult /// /// 操作是否成功 /// - public bool Success { get; set; } = false; + public bool Success { get; set; } = true; /// /// 返回信息 ///