1
0
mirror of synced 2025-02-11 16:33:03 +01:00
GC-local-server-rewrite/Application/Dto/Api/SecondPlayOptionDto.cs
2023-02-17 00:38:01 +08:00

8 lines
151 B
C#

namespace Application.Dto.Api;
public class SecondPlayOptionDto
{
public long CardId { get; set; }
public long NavigatorId { get; set; }
}