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

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

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

import com.arextest.web.model.dao.mongodb.entity.SceneDetail;
import java.util.Map;
import lombok.Data;
import org.springframework.data.mongodb.core.mapping.Document;

@Data
@Document(collection = "ReportDiffAggStatistic")
public class ReportDiffAggStatisticCollection {

  private String planItemId;

  private String planId;

  private String operationId;

  private String categoryName;

  private String operationName;

  private Map> differences;

  private Map diffCaseCounts;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy