Commit 7ee63e66 authored by KeYong's avatar KeYong

修改时间返回格式

parent 53ff7bb1
......@@ -34,6 +34,7 @@ public class JgTransferNoticeDto extends BaseDto {
@ApiModelProperty(value = "告知日期")
@JsonFormat(pattern = "yyyy-MM-dd")
@JsonSerialize(using = BizCustomDateSerializer.class)
private Date noticeDate;
@ApiModelProperty(value = "告知状态")
......@@ -99,6 +100,7 @@ public class JgTransferNoticeDto extends BaseDto {
@ApiModelProperty(value = "计划施工日期")
@JsonFormat(pattern = "yyyy-MM-dd")
@JsonSerialize(using = BizCustomDateSerializer.class)
private Date planDate;
@ApiModelProperty(value = "接收机构单位代码")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment