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

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

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

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

/**
 * @author wildeslam.
 * @create 2023/11/27 11:12
 */
@Data
public class PostSendRequest {
  @NotNull
  private String planId;
  @NotNull
  private String caseId;
  private String replayId;
  @NotNull
  private Integer sendStatusType;
  private String errorMsg;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy