forked from ddrilling/AsbCloudServer
remove useless props "description" from ClusterDto, DepostDto
This commit is contained in:
parent
a74a7cbf58
commit
06eb85e275
@ -6,7 +6,6 @@ namespace AsbCloudApp.Data
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Caption { get; set; }
|
||||
public string Description { get; set; }
|
||||
public double? Latitude { get; set; }
|
||||
public double? Longitude { get; set; }
|
||||
|
||||
|
@ -6,7 +6,6 @@ namespace AsbCloudApp.Data
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Caption { get; set; }
|
||||
public string Description { get; set; }
|
||||
public double? Latitude { get; set; }
|
||||
public double? Longitude { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user