| | |
| | | package com.mindskip.xzs.domain.vo; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.mindskip.xzs.domain.enums.UserConditionEnum; |
| | | import com.mindskip.xzs.utility.excel.ExcelImport; |
| | | |
| | | import java.io.Serializable; |
| | |
| | | */ |
| | | private Integer sex; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date birthDay; |
| | | |
| | | /** |
| | |
| | | */ |
| | | private String imagePath; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date createTime; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date modifyTime; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date lastActiveTime; |
| | | |
| | | /** |
| | |
| | | */ |
| | | private String wxOpenId; |
| | | |
| | | private UserConditionEnum condition; |
| | | |
| | | private String conditionDetail; |
| | | |
| | | private Integer tagId; |
| | | |
| | | private Integer deptId; |
| | | |
| | | private Integer pageIndex; |
| | | |
| | | private Integer pageSize; |
| | | |
| | | public Integer getPageIndex() { |
| | | return pageIndex; |
| | | } |
| | | |
| | | public void setPageIndex(Integer pageIndex) { |
| | | this.pageIndex = pageIndex; |
| | | } |
| | | |
| | | public Integer getPageSize() { |
| | | return pageSize; |
| | | } |
| | | |
| | | public void setPageSize(Integer pageSize) { |
| | | this.pageSize = pageSize; |
| | | } |
| | | |
| | | public Integer getTagId() { |
| | | return tagId; |
| | | } |
| | | |
| | | public void setTagId(Integer tagId) { |
| | | this.tagId = tagId; |
| | | } |
| | | |
| | | public Integer getDeptId() { |
| | | return deptId; |
| | | } |
| | | |
| | | public void setDeptId(Integer deptId) { |
| | | this.deptId = deptId; |
| | | } |
| | | |
| | | public String getConditionDetail() { |
| | | return conditionDetail; |
| | | } |
| | | |
| | | public void setConditionDetail(String conditionDetail) { |
| | | this.conditionDetail = conditionDetail; |
| | | } |
| | | |
| | | public UserConditionEnum getCondition() { |
| | | return condition; |
| | | } |
| | | |
| | | public void setCondition(UserConditionEnum condition) { |
| | | this.condition = condition; |
| | | } |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | | } |