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

fun.fengwk.upms.share.user.model.UserUpdateDTO Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package fun.fengwk.upms.share.user.model;

import lombok.Data;

/**
 * 用户更新DTO
 * @author fengwk
 */
@Data
public class UserUpdateDTO extends UserEditablePropertiesDTO {

    /**
     * 用户id
     */
    private long userId;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy