Commit c8da5bf1 by 丁伟峰

Merge branch 'feature-dingwf-0715' into develop

2 parents 1508e3a0 9fa0f811
package com.dituhui.pea.order.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.experimental.Accessors;
import java.time.LocalDateTime;
......@@ -21,6 +22,7 @@ public class CapacityStatQueryRespDTO {
private long capAdjust;
private long capTotal;
private long capUsed;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime updateTime;
private String date;
private long engineerNum;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!