File was renamed from src/main/java/kr/wisestone/owl/web/condition/DepartmentManageCondition.java |
| | |
| | | /** |
| | | * Created by wyu on 2021-11-05. |
| | | */ |
| | | public class DepartmentManageCondition { |
| | | public class DepartmentCondition { |
| | | private Long id; |
| | | private String departmentName; |
| | | private String departmentDescription; |
| | |
| | | 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() { |