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

com.xinjump.easyexcel.example.biz.entity.UserEntity Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.xinjump.easyexcel.example.biz.entity;

import lombok.Data;

/**
 * @author xinjump
 * @version 1.1
 * @date 2020/12/19 15:29
 * @see com.xinjump.easyexcel.example.biz.entity
 */
@Data
public class UserEntity {

    private Long userId;

    private String userName;

    private String account;

    private String password;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy