Commit 2691ea71 by liyanlin

fix

parent eb2b33fe
......@@ -30,7 +30,7 @@ public class SupofferLogResp {
@JSONField(name = "unit_name")
private String unitName;
@JSONField(name = "create_time")
@JSONField(name = "create_time", format = "yyyy/MM/dd HH:mm:ss")
private LocalDateTime createTime;
private BigDecimal price;
......
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