Commit fce8e773 authored by caotao's avatar caotao

地图片区dto新增片区code

parent 869b87f4
...@@ -41,5 +41,5 @@ public class MapRegionDto extends BaseDto { ...@@ -41,5 +41,5 @@ public class MapRegionDto extends BaseDto {
private CameraInfo cameraInfo; private CameraInfo cameraInfo;
@ApiModelProperty(value = "片区code") @ApiModelProperty(value = "片区code")
private CameraInfo areaCode; private String areaCode;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment