mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-19 16:06:36 +08:00
修改可空类型
This commit is contained in:
@@ -2,5 +2,5 @@ namespace Yi.Framework.Common.Exceptions;
|
||||
|
||||
public interface IHasErrorDetails
|
||||
{
|
||||
string Details { get; }
|
||||
string? Details { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user