mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 22:57:17 +08:00 
			
		
		
		
	新增:新增系统管理/部门管理/查询列表功能,并将所有描述字段名从 notes 调整为 description,将部分前端方法名前缀从 query 调整为 get,以及去除部分冗余代码
This commit is contained in:
		| @@ -46,7 +46,7 @@ public class LoginLogQuery implements Serializable { | ||||
|      * 登录状态(1成功 2失败) | ||||
|      */ | ||||
|     @Schema(description = "登录状态(1成功 2失败)") | ||||
|     @Query(type = Query.Type.EQUAL) | ||||
|     @Query | ||||
|     private Integer status; | ||||
|  | ||||
|     /** | ||||
|   | ||||
| @@ -62,7 +62,7 @@ public class OperationLogQuery implements Serializable { | ||||
|      * 操作状态(1成功 2失败) | ||||
|      */ | ||||
|     @Schema(description = "操作状态(1成功 2失败)") | ||||
|     @Query(type = Type.EQUAL) | ||||
|     @Query | ||||
|     private Integer status; | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user