From c111e3eff1191b29d2d2baf2f485a4bf3a2edc00 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期六, 16 八月 2025 14:34:07 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatArchive.java | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/PatArchive.java b/smartor/src/main/java/com/smartor/domain/PatArchive.java index 17b3c01..0c117d8 100644 --- a/smartor/src/main/java/com/smartor/domain/PatArchive.java +++ b/smartor/src/main/java/com/smartor/domain/PatArchive.java @@ -214,6 +214,13 @@ private String relativetelcode; /** + * 棰勭暀鍙风爜 + */ + @ApiModelProperty("棰勭暀鍙风爜") + @Excel(name = " 棰勭暀鍙风爜 ") + private String reservedPhone; + + /** * 姘戞棌 */ @ApiModelProperty("姘戞棌") @@ -376,5 +383,18 @@ @ApiModelProperty("涓昏鐓ф姢浜哄勾榫�") @Excel(name = "涓昏鐓ф姢浜哄勾榫�") private String casePersonAge; + /** + * pageNum + */ + @ApiModelProperty(value = "pageNum") + @Excel(name = "pageNum") + private Integer pageNum; + + /** + * pageSize + */ + @ApiModelProperty(value = "pageSize") + @Excel(name = "pageSize") + private Integer pageSize; } -- Gitblit v1.9.3