From 71c4428446f6d5692de5dd6d0b9451bbe046247b Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 08 四月 2025 22:25:42 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java b/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java index 6d72ea3..62dfc70 100644 --- a/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java +++ b/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java @@ -165,4 +165,30 @@ @ApiModelProperty(value = "涓昏堪") private String mainsuit; + + /** + * pageNum + */ + @ApiModelProperty("pageNum") + private Integer pageNum; + + /** + * pageSize + */ + @ApiModelProperty("pageSize") + private Integer pageSize; + + /** + * 骞撮緞 + */ + @ApiModelProperty(value = "骞撮緞") + private String age; + + + /** + * 鎵嬫満鍙� + */ + @ApiModelProperty(value = "鎵嬫満鍙�") + private String telcode; + } -- Gitblit v1.9.3