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

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

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

import lombok.Data;

/**
 * @author wildeslam.
 * @create 2023/8/10 20:03
 */
@Data
public class ReRunReplayPlanRequest {

  private String planId;
  private String planItemId;
  private String operator;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy