OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-10 96e48bf0ff25088cce03024ff943da363ad62640
src/main/java/kr/wisestone/owl/web/condition/DepartmentCondition.java
@@ -16,8 +16,8 @@
    private Integer Page;
    private Integer PageSize;
    public static DepartmentCondition make(Map<String, Object> departmentManageConditions) {
        return ConvertUtil.convertMapToClass(departmentManageConditions, DepartmentCondition.class);
    public static DepartmentCondition make(Map<String, Object> departmentConditions) {
        return ConvertUtil.convertMapToClass(departmentConditions, DepartmentCondition.class);
    }
    public Long getId() {