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

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

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

import com.arextest.web.model.dao.mongodb.entity.AddressDao;
import lombok.Data;

@Data
public class ManualReportPlanItemDto {

  private String id;
  private String planId;
  private String interfaceName;
  private AddressDao testAddress;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy