From ae3200fadc28f925e516d85da7fcb78d402960f7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 30 七月 2024 18:16:10 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatArchiveVO.java | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/PatArchiveVO.java b/smartor/src/main/java/com/smartor/domain/PatArchiveVO.java index b6e8c91..84793b3 100644 --- a/smartor/src/main/java/com/smartor/domain/PatArchiveVO.java +++ b/smartor/src/main/java/com/smartor/domain/PatArchiveVO.java @@ -28,7 +28,7 @@ * 鑷ID */ @ApiModelProperty(value = "鑷ID") - private Long patid; + private Long id; /** * 濮撳悕 @@ -66,6 +66,22 @@ @Excel(name = " 骞撮緞 ") private Long age; + + /** + * 璇佷欢鍙风爜 + */ + @ApiModelProperty("灞呬綇鍦�") + @Excel(name = " 灞呬綇鍦� ") + private String placeOfResidence; + + + /** + * 璇佷欢鍙风爜 + */ + @ApiModelProperty("鍑虹敓鍦�") + @Excel(name = " 鍑虹敓鍦� ") + private String birthplace; + /** * 鏉ユ簮 */ @@ -76,7 +92,12 @@ /** * 寤烘。鏃堕棿 */ + /** + * 寤烘。鏃堕棿 + */ @ApiModelProperty("寤烘。鏃堕棿") + @Excel(name = " 寤烘。鏃堕棿 ") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date archivetime; /** -- Gitblit v1.9.3