OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-11-09 6f111a79db77890bc448cd46ea080d94039864cf
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() {