This commit is contained in:
Putoo
2026-06-04 18:25:31 +08:00
parent 8b8eb732ae
commit 1a1f12abf5
20 changed files with 772 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
namespace Application.Domain.Entity;
public class MapEventData
{
public int minCount { get; set; }
public int maxCount { get; set;}
public string tips { get; set; }
public string offSetTips { get; set; }
}