com.arextest.web.model.dao.mongodb.entity.AddressDao Maven / Gradle / Ivy
The newest version!
package com.arextest.web.model.dao.mongodb.entity;
import lombok.Data;
@Data
public class AddressDao {
private String method;
private String endpoint;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy