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

com.tosan.client.http.sample.server.api.model.GetInfoRequestDto Maven / Gradle / Ivy

package com.tosan.client.http.sample.server.api.model;

import lombok.Data;

/**
 * @author Ali Alimohammadi
 * @since 4/18/2021
 */
@Data
public class GetInfoRequestDto {
    private String ssn;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy