| | |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * Created by jeong on 2018-01-01. |
| | | * Created by wyu on 2021-11-05. |
| | | */ |
| | | public class DepartmentManageCondition { |
| | | private Long id; |
| | | private String departmentName; |
| | | private String departmentDescription; |
| | | private Long departmentCount; |
| | | |
| | | private Integer Page; |
| | | private Integer PageSize; |
| | |
| | | this.departmentDescription = departmentDescription; |
| | | } |
| | | |
| | | public Long getDepartmentCount() { |
| | | return departmentCount; |
| | | } |
| | | |
| | | public void setDepartmentCount(Long departmentCount) { |
| | | this.departmentCount = departmentCount; |
| | | } |
| | | |
| | | public Integer getPage() { |
| | | return Page; |
| | | } |