Commit 6510191a authored by suhuiguang's avatar suhuiguang

Merge branch 'developer' of http://172.16.10.76/moa/amos-boot-biz into developer

parents a06e624c 708e2717
...@@ -35,11 +35,11 @@ public class WaterResourceDto extends BaseDto { ...@@ -35,11 +35,11 @@ public class WaterResourceDto extends BaseDto {
@ApiModelProperty(value = "经度") @ApiModelProperty(value = "经度")
@ExcelProperty(value = "经度", index = 48) @ExcelProperty(value = "经度", index = 44)
private Double longitude; private Double longitude;
@ApiModelProperty(value = "纬度") @ApiModelProperty(value = "纬度")
@ExcelProperty(value = "纬度", index = 49) @ExcelProperty(value = "纬度", index = 45)
private Double latitude; private Double latitude;
@ExcelIgnore @ExcelIgnore
......
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