程序信息对外接口

This commit is contained in:
xy
2024-09-19 14:25:17 +08:00
parent 46a9922313
commit f86f18817d
8 changed files with 102 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ public class DeviceManagerVO {
private String appVersion;
@ApiModelProperty(value = "应用程序发布日期")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
@JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
private LocalDateTime appDate;
@ApiModelProperty(value = "应用程序校验码")