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

com.itxiaoer.commons.sample.jpa.dto.UserDto Maven / Gradle / Ivy

package com.itxiaoer.commons.sample.jpa.dto;

import lombok.Data;

/**
 * @author : liuyk
 */
@Data
public class UserDto {
    private String name;
    private Integer age;
    private String address;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy