mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-10 19:50:53 +08:00
8 lines
155 B
C#
8 lines
155 B
C#
namespace Yi.Framework.Rbac.Application.Contracts.Dtos.Account
|
|
{
|
|
public class UpdateIconDto
|
|
{
|
|
public string? Icon { get; set; }
|
|
}
|
|
}
|