Merge remote-tracking branch 'origin/cc_20230520_partner'
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.cool.store.vo;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -37,6 +38,7 @@ public class PartnerBaseInfoVO {
|
||||
private String nation;
|
||||
|
||||
@ApiModelProperty("出生日期")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||
private Date birthdate;
|
||||
|
||||
@ApiModelProperty("身份证")
|
||||
|
||||
Reference in New Issue
Block a user