huliguo
2 天以前 0cf3e63218f09805c19763d3b828537ef3a895cc
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/MgtOneClinkSyncingPageDTO.java
@@ -1,5 +1,6 @@
package com.ruoyi.system.domain.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.ruoyi.system.api.domain.dto.MgtPageDto;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -18,8 +19,10 @@
    private String syncingName;
    @ApiModelProperty(value = "操作同步时间范围-开始时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime syncingStartTime;
    @ApiModelProperty(value = "操作同步时间范围-结束时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime syncingEndTime;
}