Files
Yi.Framework/Yi.Furion.Net6/Yi.Furion.Application/Rbac/Dtos/Account/UpdateIconDto.cs
2023-04-15 17:35:22 +08:00

14 lines
258 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Furion.Application.Rbac.Dtos.Account
{
public class UpdateIconDto
{
public string Icon { get; set; }
}
}