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

com.arextest.web.model.contract.contracts.QueryLogEntityRequestTye Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.contract.contracts;

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

/**
 * Created by rchen9 on 2023/4/12.
 */
@Data
public class QueryLogEntityRequestTye {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy