mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-03 22:57:14 +08:00 
			
		
		
		
	重构:重构部门管理前端代码;新增修改部门、批量删除部门、查看部门详情功能(后端主要基于 CRUD 通用组件提供 API)
This commit is contained in:
		@@ -69,8 +69,8 @@ public class PageQuery implements Serializable {
 | 
			
		||||
    /** 默认页码:1 */
 | 
			
		||||
    private static final int DEFAULT_PAGE = 1;
 | 
			
		||||
 | 
			
		||||
    /** 默认每页记录数:int 最大值 */
 | 
			
		||||
    private static final int DEFAULT_SIZE = Integer.MAX_VALUE;
 | 
			
		||||
    /** 默认每页记录数:10 */
 | 
			
		||||
    private static final int DEFAULT_SIZE = 10;
 | 
			
		||||
    private static final String DELIMITER = ",";
 | 
			
		||||
 | 
			
		||||
    public PageQuery() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user