222
This commit is contained in:
9
Service/Application.Domain.Entity/model/MapTemp.cs
Normal file
9
Service/Application.Domain.Entity/model/MapTemp.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class MapTemp
|
||||
{
|
||||
public int cityId { get; set; }
|
||||
public string cityName { get; set; }
|
||||
public int copper { get; set; }
|
||||
public int distance { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user