All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.schedule.model.report.QueryLogEntityRequestTye Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.arextest.schedule.model.report;

import jakarta.validation.constraints.NotBlank;
import lombok.Data;

/**
 * Created by qzmo on 2023/06/27.
 */
@Data
public class QueryLogEntityRequestTye {

  @NotBlank(message = "id cannot be empty")
  private String compareResultId;
  private int logIndex;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy