1
0
mirror of synced 2025-01-25 07:23:47 +01:00

6 lines
150 B
C#
Raw Normal View History

2022-09-12 00:28:12 +08:00
namespace SharedProject.Models.Responses;
public class DanBestDataResponse
{
public List<DanBestData> DanBestDataList { get; set; } = new();
}