|
|
|
@ -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
|
|
|
|
|