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

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

The newest version!
package com.arextest.web.model.dto;

import lombok.Data;

@Data
public class DifferenceDto {

  private String differenceName;
  private Integer sceneCount;
  private Integer caseCount;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy