|
@@ -95,7 +95,7 @@ public class ContractPlaceNumberRelVO {
|
|
*/
|
|
*/
|
|
@Schema(description = "更新日期",type="Date")
|
|
@Schema(description = "更新日期",type="Date")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
- private Date updateTime;
|
|
|
|
|
|
+ private LocalDateTime updateTime;
|
|
|
|
|
|
|
|
|
|
|
|
|