OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-11-09 6dac8557d8858abe8ed3252f1e4ddf8447538560
src/main/java/kr/wisestone/owl/web/condition/DepartmentCondition.java
File was renamed from src/main/java/kr/wisestone/owl/web/condition/DepartmentManageCondition.java
@@ -7,7 +7,7 @@
/**
 * Created by wyu on 2021-11-05.
 */
public class DepartmentManageCondition {
public class DepartmentCondition {
    private Long id;
    private String departmentName;
    private String departmentDescription;
@@ -16,8 +16,8 @@
    private Integer Page;
    private Integer PageSize;
    public static DepartmentManageCondition make(Map<String, Object> departmentManageConditions) {
        return ConvertUtil.convertMapToClass(departmentManageConditions, DepartmentManageCondition.class);
    public static DepartmentCondition make(Map<String, Object> departmentManageConditions) {
        return ConvertUtil.convertMapToClass(departmentManageConditions, DepartmentCondition.class);
    }
    public Long getId() {