From c2b8fdfd594d68574325d94eff312c8c00b6b73a Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期日, 06 七月 2025 16:44:57 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java | 21 +++++++++++++++++++++ 1 files changed, 21 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 102ec55..8e6c136 100644 --- a/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java +++ b/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java @@ -28,6 +28,9 @@ @ApiModelProperty(value = "鑷ID") private Long id; + @ApiModelProperty(value = "鎮h�呯紪鍙�") + private String patno; + /** * 闂ㄨ瘖缂栧彿 */ @@ -159,6 +162,24 @@ @ApiModelProperty(value = "鐜扮梾鍙�") private String hpi; + + /** + * 鎬у埆 + */ + @ApiModelProperty(value = "鎬у埆") + private String sex; + + /** + * 骞撮緞 + */ + @ApiModelProperty(value = "骞撮緞") + private String age; + + /** + * 鎵嬫満鍙� + */ + @ApiModelProperty(value = "鎵嬫満鍙�") + private String telcode; /** * 涓昏堪 */ -- Gitblit v1.9.3