应急项目编写

zhangtao
dongdingding 1 year ago
parent 044279191c
commit 4572cb8a6d

@ -101,7 +101,7 @@ public class BPlanManage {
@ApiModelProperty("创建时间")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDate createTime;
private Date createTime;
/**
*

@ -69,7 +69,7 @@ public class BPlanManageAddRequest {
@ApiModelProperty("创建时间")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDate createTime;
private Date createTime;
/**
* ID

@ -96,7 +96,7 @@ public class BPlanManageResponse {
@ApiModelProperty("创建时间")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDate createTime;
private Date createTime;
/**
*

Loading…
Cancel
Save