34074241 by xiaojie

【数据资产】

查询企业认证附件和领域
1 parent 490e674d
...@@ -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 /**
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!