指标检测查询。
This commit is contained in:
parent
8832ea2e87
commit
643c1c998a
@ -1,10 +1,10 @@
|
||||
package com.xinelu.manage.dto.projectresult;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.time.LocalDate;
|
||||
import lombok.Data;
|
||||
import org.springframework.format.annotation.DateTimeFormat;
|
||||
|
||||
/**
|
||||
* @description: 项目检测统计查询传输对象
|
||||
@ -45,14 +45,14 @@ public class ProjectResultStatisticDto {
|
||||
* 检测时间开始
|
||||
*/
|
||||
@ApiModelProperty("检测时间开始")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
private LocalDate measureTimeStart;
|
||||
|
||||
/**
|
||||
* 检测时间结束
|
||||
*/
|
||||
@ApiModelProperty("检测时间结束")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
private LocalDate measureTimeEnd;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user