From d3bf339bd64d7b7efddc0afdd4beb1866b8b5a04 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期六, 21 九月 2024 00:47:55 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatMedInhosp.java | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java index 660766a..b3c036c 100644 --- a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java +++ b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java @@ -1,6 +1,7 @@ package com.smartor.domain; import java.util.Date; +import java.util.List; import com.fasterxml.jackson.annotation.JsonFormat; import io.swagger.annotations.ApiModel; @@ -27,6 +28,12 @@ */ @ApiModelProperty(value = "鑷ID") private Long inhospid; + + /** + * 鎬у埆 + */ + @ApiModelProperty(value = "鎬у埆 1鐢� 2濂�") + private Long sex; /** * 浣忛櫌鍙� @@ -322,4 +329,21 @@ @ApiModelProperty("鍑洪櫌鏂瑰紡鍚嶇О") @Excel(name = "鍑洪櫌鏂瑰紡鍚嶇О") private String outWayName; + /** + * 鍑哄叆闄㈡爣璇� + */ + @ApiModelProperty("鍑哄叆闄㈡爣璇嗭細0鍏ラ櫌 1鍑洪櫌 ") + private Integer cry; + + /** + * 鍑洪櫌鐥呭尯缂栧彿 + */ + @ApiModelProperty(value = "鍑洪櫌鐥呭尯缂栧彿闆嗗悎") + private List<String> leavehospitaldistrictcodes; + + /** + * 鍑洪櫌绉戝浠g爜闆嗗悎 + */ + @ApiModelProperty(value = "鍑洪櫌绉戝浠g爜闆嗗悎") + private List<String> leaveldeptcodes; } -- Gitblit v1.9.3