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

com.github.dawn9117.rlock.dao.User Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.github.dawn9117.rlock.dao;

import lombok.Data;

/**
 * @author HEBO
 */
@Data
public class User {

	private String name;

	private Integer age;

	private String address;

	private String email;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy