2025-12-17 11:12:13 +08:00

7 lines
150 B
C#

namespace YD_Event.Application.Blog.Dtos;
public class PicturesPageOutput
{
public long Id { get; set; }
public string Url { get; set; }
}