1
0
mirror of synced 2025-03-02 00:20:34 +01:00
2022-09-12 00:28:12 +08:00

6 lines
150 B
C#

namespace SharedProject.Models.Responses;
public class DanBestDataResponse
{
public List<DanBestData> DanBestDataList { get; set; } = new();
}