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