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

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

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

import java.util.List;
import lombok.Data;

/**
 * Created by wang_yc on 2021/9/15
 */
@Data
public class OperationCaseInfo {

  private String operationId;
  private List replayIdList;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy