com.arextest.web.model.dto.batchcomparereport.BatchCompareReportStatisticsDto Maven / Gradle / Ivy
The newest version!
// package com.arextest.web.model.dto.batchcomparereport;
//
// import com.arextest.web.model.contract.contracts.common.LogEntity;
// import com.arextest.web.model.dto.BaseDto;
// import lombok.Data;
//
// /**
// * Created by rchen9 on 2023/2/9.
// */
// @Data
// public class BatchCompareReportStatisticsDto extends BaseDto {
// private String planId;
// private String interfaceId;
// private int unMatchedType;
// private String fuzzyPath;
//
// private int errorCount;
//
// private String caseId;
// private String logId;
// private LogEntity logEntity;
// }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy