| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311 |
- package cn.com.goldenwater.dcproj.dto;
- import io.swagger.annotations.ApiModelProperty;
- import java.io.Serializable;
- import java.util.List;
- public class BisInspAllRelationPersPrivDto implements Serializable {
- private static final long serialVersionUID = 1L;
- @ApiModelProperty(value = "用户id", notes = "", required = true)
- private String guid;
- @ApiModelProperty(value = "(长度:7,可为空:Y)", notes = "")
- private String bornDate;
- //部门名称
- @ApiModelProperty(value = "部门名称(长度:100,可为空:Y)", notes = "部门名称")
- private String dpnm;
- //权限
- @ApiModelProperty(value = "权限(长度:50,可为空:Y,默认值:0)", notes = "权限")
- private String permission;
- @ApiModelProperty(value = "(长度:11,可为空:Y)", notes = "")
- private String collTime;
- @ApiModelProperty(value = "(长度:20,可为空:Y)", notes = "")
- private String faxnumb;
- //照片地址
- @ApiModelProperty(value = "照片地址(长度:2,048,可为空:Y)", notes = "照片地址")
- private String imgurl;
- @ApiModelProperty(value = "(长度:12,可为空:Y)", notes = "")
- private String mobilenumb;
- //学校
- @ApiModelProperty(value = "学校(长度:50,可为空:Y)", notes = "学校")
- private String school;
- @ApiModelProperty(value = "(长度:2,048,可为空:Y)", notes = "")
- private String remark;
- //工作证号
- @ApiModelProperty(value = "工作证号(长度:50,可为空:Y)", notes = "工作证号")
- private String idnm;
- @ApiModelProperty(value = "(长度:1,可为空:Y)", notes = "")
- private String sex;
- //职称
- @ApiModelProperty(value = "职称(长度:100,可为空:Y)", notes = "职称")
- private String dppost;
- @ApiModelProperty(value = "(长度:100,可为空:Y)", notes = "")
- private String callnumber;
- @ApiModelProperty(value = "(长度:20,可为空:Y)", notes = "")
- private String telnumb;
- @ApiModelProperty(value = "(长度:30,可为空:Y)", notes = "")
- private String orgId;
- //专业
- @ApiModelProperty(value = "专业(长度:50,可为空:Y)", notes = "专业")
- private String specialty;
- //用户创建时间
- @ApiModelProperty(value = "用户创建时间(长度:7,可为空:Y,默认值:SYSDATE)", notes = "用户创建时间")
- private String intm;
- @ApiModelProperty(value = "(长度:60,可为空:Y)", notes = "")
- private String email;
- //政治面貌
- @ApiModelProperty(value = "政治面貌(长度:50,可为空:Y)", notes = "政治面貌")
- private String plst;
- @ApiModelProperty(value = "(长度:40,可为空:N)", notes = "", required = true)
- private String persName;
- //用户最新登录时间
- @ApiModelProperty(value = "用户最新登录时间(长度:7,可为空:Y)", notes = "用户最新登录时间")
- private String loginTm;
- @ApiModelProperty(value = "(长度:100,可为空:Y)", notes = "")
- private String admDuty;
- @ApiModelProperty(value = "(长度:256,可为空:Y)", notes = "")
- private String orgNm;
- @ApiModelProperty(value = "(长度:32,可为空:N)", notes = "")
- private String ownerSystem;
- @ApiModelProperty(value = "菜单", notes = "")
- private List<MenuDto> menu;
- @ApiModelProperty(value = "权限", notes = "")
- private List<PrivSysDto> priv;
- public BisInspAllRelationPersPrivDto() {
- }
- public List<MenuDto> getMenu() {
- return menu;
- }
- public void setMenu(List<MenuDto> menu) {
- this.menu = menu;
- }
- public List<PrivSysDto> getPriv() {
- return priv;
- }
- public void setPriv(List<PrivSysDto> priv) {
- this.priv = priv;
- }
- public String getGuid() {
- return guid;
- }
- public void setGuid(String guid) {
- this.guid = guid;
- }
- public String getBornDate() {
- return bornDate;
- }
- public void setBornDate(String bornDate) {
- this.bornDate = bornDate;
- }
- public String getDpnm() {
- return dpnm;
- }
- public void setDpnm(String dpnm) {
- this.dpnm = dpnm;
- }
- public String getPermission() {
- return permission;
- }
- public void setPermission(String permission) {
- this.permission = permission;
- }
- public String getCollTime() {
- return collTime;
- }
- public void setCollTime(String collTime) {
- this.collTime = collTime;
- }
- public String getFaxnumb() {
- return faxnumb;
- }
- public void setFaxnumb(String faxnumb) {
- this.faxnumb = faxnumb;
- }
- public String getImgurl() {
- return imgurl;
- }
- public void setImgurl(String imgurl) {
- this.imgurl = imgurl;
- }
- public String getMobilenumb() {
- return mobilenumb;
- }
- public void setMobilenumb(String mobilenumb) {
- this.mobilenumb = mobilenumb;
- }
- public String getSchool() {
- return school;
- }
- public void setSchool(String school) {
- this.school = school;
- }
- public String getRemark() {
- return remark;
- }
- public void setRemark(String remark) {
- this.remark = remark;
- }
- public String getIdnm() {
- return idnm;
- }
- public void setIdnm(String idnm) {
- this.idnm = idnm;
- }
- public String getSex() {
- return sex;
- }
- public void setSex(String sex) {
- this.sex = sex;
- }
- public String getDppost() {
- return dppost;
- }
- public void setDppost(String dppost) {
- this.dppost = dppost;
- }
- public String getCallnumber() {
- return callnumber;
- }
- public void setCallnumber(String callnumber) {
- this.callnumber = callnumber;
- }
- public String getTelnumb() {
- return telnumb;
- }
- public void setTelnumb(String telnumb) {
- this.telnumb = telnumb;
- }
- public String getOrgId() {
- return orgId;
- }
- public void setOrgId(String orgId) {
- this.orgId = orgId;
- }
- public String getSpecialty() {
- return specialty;
- }
- public void setSpecialty(String specialty) {
- this.specialty = specialty;
- }
- public String getIntm() {
- return intm;
- }
- public void setIntm(String intm) {
- this.intm = intm;
- }
- public String getEmail() {
- return email;
- }
- public void setEmail(String email) {
- this.email = email;
- }
- public String getPlst() {
- return plst;
- }
- public void setPlst(String plst) {
- this.plst = plst;
- }
- public String getPersName() {
- return persName;
- }
- public void setPersName(String persName) {
- this.persName = persName;
- }
- public String getLoginTm() {
- return loginTm;
- }
- public void setLoginTm(String loginTm) {
- this.loginTm = loginTm;
- }
- public String getAdmDuty() {
- return admDuty;
- }
- public void setAdmDuty(String admDuty) {
- this.admDuty = admDuty;
- }
- public String getOrgNm() {
- return orgNm;
- }
- public void setOrgNm(String orgNm) {
- this.orgNm = orgNm;
- }
- public String getOwnerSystem() {
- return ownerSystem;
- }
- public void setOwnerSystem(String ownerSystem) {
- this.ownerSystem = ownerSystem;
- }
- }
|