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

com.arextest.web.model.dto.config.PageQueryComparisonResultDto Maven / Gradle / Ivy

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

import java.util.List;
import lombok.Data;

@Data
public class PageQueryComparisonResultDto {

  Long totalCount;

  List configs;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy