xiangpei
2024-05-22 fff73372b4b443d2920f09d2e83702fec07521a6
src/main/java/com/mindskip/xzs/viewmodel/admin/user/UserResponseVM.java
@@ -52,6 +52,16 @@
    private String conditionDetail;
    private List<Integer> deptIdList;
    public List<Integer> getDeptIdList() {
        return deptIdList;
    }
    public void setDeptIdList(List<Integer> deptIdList) {
        this.deptIdList = deptIdList;
    }
    public String getConditionDetail() {
        return conditionDetail;
    }