Commit 3d3f6f73 authored by liming's avatar liming

文本编辑器和文件上传

parent 7b4dd1e0
...@@ -13,11 +13,11 @@ public class SimpleMatchVO { ...@@ -13,11 +13,11 @@ public class SimpleMatchVO {
private String logo; private String logo;
private String map; private String map;
private String path; private String path;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
private LocalDateTime entryTime; private LocalDateTime entryTime;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
private LocalDateTime startTime; private LocalDateTime startTime;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GMT+8")
private LocalDateTime endTime; private LocalDateTime endTime;
private BigDecimal distance; private BigDecimal distance;
private BigDecimal climbDistance; private BigDecimal climbDistance;
......
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