| | |
| | | @ApiModelProperty("停止服务结束") |
| | | private String leaseNoticeUrl = ""; |
| | | @ApiModelProperty("电车临时停车限制 0停车点内停车 1运营区域内停车") |
| | | private String pauseBikeType; |
| | | private String pauseBikeType=""; |
| | | @ApiModelProperty("动车临停自动关锁时长(分钟)") |
| | | private String pauseAutoCloseTime; |
| | | private String pauseAutoCloseTime=""; |
| | | |
| | | @ApiModelProperty("低电压预警值(伏)") |
| | | private String lowBikeVoltage; |
| | | private String lowBikeVoltage=""; |
| | | @ApiModelProperty("满电电压(伏)") |
| | | private String fullBikeVoltage; |
| | | private String fullBikeVoltage=""; |
| | | @ApiModelProperty("运营区域经纬度集合") |
| | | private String parkLatLngList; |
| | | private String parkLatLngList=""; |
| | | |
| | | /** |
| | | * 对象驼峰属性转下划线 |