From d074cb16f7b3ba11363766dd78802da60f4ec07d Mon Sep 17 00:00:00 2001
From: L <L@132>
Date: 星期四, 23 四月 2026 09:39:47 +0800
Subject: [PATCH] *

---
 src/main/java/com/zy/common/model/PageParam.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/zy/common/model/PageParam.java b/src/main/java/com/zy/common/model/PageParam.java
index a2f24e6..df329ed 100644
--- a/src/main/java/com/zy/common/model/PageParam.java
+++ b/src/main/java/com/zy/common/model/PageParam.java
@@ -1,6 +1,6 @@
 package com.zy.common.model;
 
-import io.swagger.annotations.ApiModelProperty;
+import io.swagger.v3.oas.annotations.media.Schema;
 
 /**
  * 鍒嗛〉鍙傛暟
@@ -8,10 +8,10 @@
  */
 public class PageParam {
 
-    @ApiModelProperty(value="鍒嗛〉绱㈠紩",required=true)
+    @Schema(description ="鍒嗛〉绱㈠紩",required=true)
     private int page = 1;
 
-    @ApiModelProperty(value="鍗曢〉鏁伴噺",required=true)
+    @Schema(description ="鍗曢〉鏁伴噺",required=true)
     private int size = 10;
 
     public Integer getPage() {

--
Gitblit v1.9.1