修改可空类型
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Yi.Framework.Common.Attribute
|
||||
/// <summary>
|
||||
/// 指定服务类型
|
||||
/// </summary>
|
||||
public Type ServiceType { get; set; }
|
||||
public Type? ServiceType { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user