xiangpei
2024-05-23 9a1c378ec5566a727efcb85120cdafd52c3ee9f1
src/main/java/com/mindskip/xzs/domain/vo/UserVO.java
@@ -6,6 +6,7 @@
import java.io.Serializable;
import java.util.Date;
import java.util.List;
public class UserVO implements Serializable {
@@ -87,15 +88,21 @@
    private UserConditionEnum condition;
    private String conditionDetail;
    private Integer tagId;
    private Integer deptId;
    private List<Integer> deptIds;
    private Integer pageIndex;
    private Integer pageSize;
    public List<Integer> getDeptIds() {
        return deptIds;
    }
    public void setDeptIds(List<Integer> deptIds) {
        this.deptIds = deptIds;
    }
    public Integer getPageIndex() {
        return pageIndex;
@@ -119,22 +126,6 @@
    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() {