修改可空类型
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