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

com.arextest.web.model.dao.mongodb.ReportAppDateReplayStatisticCollection Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.dao.mongodb;

import lombok.Data;
import org.springframework.data.mongodb.core.mapping.Document;

@Data
@Document(collection = "ReportAppDateReplayStatistic")
public class ReportAppDateReplayStatisticCollection {

  private String appId;
  private String date;

  private ReportPlanStatisticCollection lastValidReplayInfo;

  private Integer replayNum;

  private Integer recordCaseNum;

  private Integer replayTotalNum;

  private Integer recordCaseTotalNum;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy