1212
This commit is contained in:
9
Service/Application.Domain.Entity/model/MapEventData.cs
Normal file
9
Service/Application.Domain.Entity/model/MapEventData.cs
Normal 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; }
|
||||
}
|
||||
Reference in New Issue
Block a user