From 6994c4ae328dc6e41ab98f183774c7ffdc9b5dbf Mon Sep 17 00:00:00 2001
From: zhs <zhs18203887318@163.com>
Date: 星期三, 16 四月 2025 17:48:41 +0800
Subject: [PATCH] 04-16改数据采集-入科
---
smartor/src/main/java/com/smartor/domain/PatMedInhosp.java | 23 +++++++++++++++++++++++
1 files changed, 23 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 b93a8df..a71fba0 100644
--- a/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
+++ b/smartor/src/main/java/com/smartor/domain/PatMedInhosp.java
@@ -388,5 +388,28 @@
@ApiModelProperty(value = "鎿嶄綔浜篒D")
private String operatorId;
+ @ApiModelProperty(value = "鏍囩鍚�")
private String tagname;
+
+ @ApiModelProperty(value = "闅忚鏍囪瘑锛�0涓嶉渶瑕侊紝1瑕�")
+ private String fuflag;
+
+ @ApiModelProperty(value = "闅忚鏃ユ湡")
+ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+ private Date fudate;
+
+ @ApiModelProperty(value = "闅忚鍛ㄦ湡寤鸿")
+ private String fuperiod;
+
+ @ApiModelProperty(value = "闅忚绫诲瀷缂栫爜")
+ private String futypecode;
+
+ @ApiModelProperty(value = "闅忚绫诲瀷鍚嶇О")
+ private String futypedesc;
+
+ @ApiModelProperty(value = "闅忚澶嶈瘖鎸囧")
+ private String fuadvice;
+
+ @ApiModelProperty(value = "涓撶梾闅忚寤鸿")
+ private String fuspecialadvice;
}
--
Gitblit v1.9.3