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

com.arextest.web.model.dto.manualreport.ManualReportPlanDto Maven / Gradle / Ivy

package com.arextest.web.model.dto.manualreport;

import lombok.Data;

@Data
public class ManualReportPlanDto {

  private String id;
  private String reportName;
  private String operator;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy