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

com.arextest.schedule.model.plan.PreSendRequest Maven / Gradle / Ivy

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

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

/**
 * @author wildeslam.
 * @create 2023/11/27 11:00
 */
@Data
public class PreSendRequest {
  @NotNull
  private String planId;
  @NotNull
  private String caseId;
  @NotNull
  private int replayPlanType;
  @NotNull
  private String recordId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy