|
@@ -537,7 +537,7 @@ public class DeviceDataDto {
|
|
|
private Long placeId;
|
|
|
|
|
|
@ApiModelProperty(value = "投放时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private LocalDateTime activeTime;
|
|
|
|
|
|
@ApiModelProperty(value = "月平均流水")
|