优化项目详情页-添加审计开始、结束时间
This commit is contained in:
@@ -38,6 +38,14 @@ public class PwlProject implements Serializable {
|
|||||||
@Schema(description = "项目名称")
|
@Schema(description = "项目名称")
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
|
@Schema(description = "审计开始时间")
|
||||||
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
|
private LocalDateTime auditStartTime;
|
||||||
|
|
||||||
|
@Schema(description = "审计结束时间")
|
||||||
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
|
private LocalDateTime auditEndTime;
|
||||||
|
|
||||||
@Schema(description = "项目标识")
|
@Schema(description = "项目标识")
|
||||||
private String code;
|
private String code;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user