Files
Kg.SeaTime/Service/Application.Domain/Tool/MapPath/MapLine.cs
2026-05-25 18:41:27 +08:00

8 lines
166 B
C#

namespace Application.Domain;
public class MapLine
{
public string mapId { get; set; }
public int x { get; set; }
public int y { get; set; }
}