【数据资产】
查询企业认证附件和领域
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -55,14 +55,14 @@ public class EnterpriseDomainRSVO { | ... | @@ -55,14 +55,14 @@ public class EnterpriseDomainRSVO { |
| 55 | * 协议开始日期 | 55 | * 协议开始日期 |
| 56 | */ | 56 | */ |
| 57 | @Schema(description = "协议开始日期") | 57 | @Schema(description = "协议开始日期") |
| 58 | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 58 | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| 59 | private Date domainStartTime; | 59 | private Date domainStartTime; |
| 60 | 60 | ||
| 61 | /** | 61 | /** |
| 62 | * 协议结束日期 | 62 | * 协议结束日期 |
| 63 | */ | 63 | */ |
| 64 | @Schema(description = "协议结束日期") | 64 | @Schema(description = "协议结束日期") |
| 65 | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 65 | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| 66 | private Date domainEndTime; | 66 | private Date domainEndTime; |
| 67 | 67 | ||
| 68 | /** | 68 | /** | ... | ... |
-
Please register or sign in to post a comment