This commit is contained in:
Putoo
2026-05-23 18:36:37 +08:00
parent 05e340801f
commit dbace8a8b2
27 changed files with 729 additions and 52 deletions

View File

@@ -0,0 +1,8 @@
namespace Application.Domain.Entity;
public class MapNear
{
public string mapId { get; set; }
public string Name { get; set; }
public string positition { get; set; }
}