Commit ca94e4cc by jianan

新单跟进27

parent 347197f1
package com.yd.csf.service.dto; package com.yd.csf.service.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.v3.oas.annotations.media.Schema; import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data; import lombok.Data;
...@@ -81,6 +82,7 @@ public class PolicyBeneficiaryAddRequest implements Serializable { ...@@ -81,6 +82,7 @@ public class PolicyBeneficiaryAddRequest implements Serializable {
* 出生日期 * 出生日期
*/ */
@Schema(description = "出生日期") @Schema(description = "出生日期")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date birthTime; private Date birthTime;
/** /**
...@@ -105,6 +107,7 @@ public class PolicyBeneficiaryAddRequest implements Serializable { ...@@ -105,6 +107,7 @@ public class PolicyBeneficiaryAddRequest implements Serializable {
* 公司注册日期 * 公司注册日期
*/ */
@Schema(description = "公司注册日期") @Schema(description = "公司注册日期")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date companyRegisterTime; private Date companyRegisterTime;
/** /**
......
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