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

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

There is a newer version: 0.6.5.5
Show newest version
package com.arextest.web.model.dto;

import java.util.Map;
import lombok.Data;

@Data
public class DiffAggDto extends BaseDto {

  private String planItemId;

  private String planId;

  private String operationId;

  private String categoryName;

  private String operationName;

  private Map> differences;

  private Map diffCaseCounts;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy