mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-05-01 05:33:24 +08:00
fix:完成非空问题修复
This commit is contained in:
@@ -8,6 +8,6 @@ namespace Yi.Furion.Core.Rbac.Dtos.Account
|
||||
{
|
||||
public class UpdateIconDto
|
||||
{
|
||||
public string Icon { get; set; }
|
||||
public string? Icon { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user