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

com.arextest.web.model.contract.contracts.common.AppCaseDailyResult Maven / Gradle / Ivy

There is a newer version: 0.7.0.3
Show newest version
package com.arextest.web.model.contract.contracts.common;

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

@Data
public class AppCaseDailyResult {

  private String date;
  private List caseResults;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy