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

com.mars.cp.users.entity.UserGetVO Maven / Gradle / Ivy

The newest version!
package com.mars.cp.users.entity;

import com.mars.core.annotation.MarsDataCheck;

/**
 * 获取用户VO
 */
public class UserGetVO {

    /**
     * 主键
     */
    private Integer id;

    public Integer getId() {
        return id;
    }

    public void setId(Integer id) {
        this.id = id;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy