mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 21:00:53 +08:00 
			
		
		
		
	完善:完善部分类实现序列化接口
This commit is contained in:
		| @@ -16,6 +16,7 @@ | ||||
|  | ||||
| package top.charles7c.cnadmin.monitor.model.query; | ||||
|  | ||||
| import java.io.Serializable; | ||||
| import java.util.Date; | ||||
| import java.util.List; | ||||
|  | ||||
| @@ -35,7 +36,9 @@ import org.springframework.format.annotation.DateTimeFormat; | ||||
| @Data | ||||
| @ParameterObject | ||||
| @Schema(description = "在线用户查询条件") | ||||
| public class OnlineUserQuery { | ||||
| public class OnlineUserQuery implements Serializable { | ||||
|  | ||||
|     private static final long serialVersionUID = 1L; | ||||
|  | ||||
|     /** | ||||
|      * 用户昵称 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user