mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-15 14:06:51 +08:00
10 lines
221 B
C#
10 lines
221 B
C#
namespace Yi.Furion.Core.Bbs.Dtos.Banner
|
|
{
|
|
public class BannerUpdateInputVo
|
|
{
|
|
public string? Name { get; set; }
|
|
public string? Logo { get; set; }
|
|
public string? Color { get; set; }
|
|
}
|
|
}
|