From 57e82dd493a25e887894afef2f0e0223f1e546bd Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 02 十二月 2024 17:59:45 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/PatMedInhosp.java | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 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 b3c036c..1c11978 100644 --- a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java +++ b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java @@ -346,4 +346,35 @@ */ @ApiModelProperty(value = "鍑洪櫌绉戝浠g爜闆嗗悎") private List<String> leaveldeptcodes; + + /** + * 寮�濮嬪嚭闄㈡棩鏈� + */ + @ApiModelProperty(value = "寮�濮嬪嚭闄㈡棩鏈�") + private Date startOutHospTime; + + /** + * 缁撴潫鍑洪櫌鏃ユ湡 + */ + @ApiModelProperty(value = "缁撴潫鍑洪櫌鏃ユ湡") + private Date endOutHospTime; + + /** + * 寮�濮嬪叆闄㈡棩鏈� + */ + @ApiModelProperty(value = "寮�濮嬪叆闄㈡棩鏈�") + private Date startInHospTime; + + /** + * 缁撴潫鍏ラ櫌鏃ユ湡 + */ + @ApiModelProperty(value = "缁撴潫鍏ラ櫌鏃ユ湡") + private Date endInHospTime; + + @ApiModelProperty(value = "鏄惁澶栭儴瀵煎叆锛�0涓嶆槸 1鏄�") + private Integer outImport = 0; + + + @ApiModelProperty(value = "鏌ヨ绫诲瀷锛�1鍏ㄩ儴 2鍑洪櫌 3鍏ラ櫌 4闂ㄨ瘖 5澶栭儴鎮h�� ") + private Integer queryType = 1; } -- Gitblit v1.9.3