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

com.arextest.web.model.dto.ReportAppDateReplayStatisticDto Maven / Gradle / Ivy

package com.arextest.web.model.dto;

import java.util.Date;
import lombok.Data;

@Data
public class ReportAppDateReplayStatisticDto {

  private String appId;
  private String date;

  private ReportPlanStatisticDto lastValidReplayInfo;

  private Integer replayNum;

  private Integer recordCaseNum;

  private Integer replayTotalNum;

  private Integer recordCaseTotalNum;

  private Date dataCreateTime;
  private Date dataUpdateTime;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy