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

com.kamingpan.infrastructure.entity.model.dto.UserDTO Maven / Gradle / Ivy

The newest version!
package com.kamingpan.infrastructure.entity.model.dto;

import lombok.Data;

/**
 * 用户 dto
 *
 * @author kamingpan
 * @since 2018-07-20
 */
@Data
public class UserDTO {

    /**
     * 用户名
     */
    private String username;

    /**
     * 状态(0:正常,1:禁用)
     */
    private Integer status;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy