From 2ed0ca8b57481a2c647d163380a3ff4997fd2f35 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 17 十二月 2025 10:17:48 +0800
Subject: [PATCH] 【丽水】首页查询出、入院看病人次和人数,出院服务量分为首次服务、再次服务、专病服务
---
smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
index 4bfbb67..1d4423f 100644
--- a/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
+++ b/smartor/src/main/java/com/smartor/domain/IvrLibaTemplateScriptVO.java
@@ -35,6 +35,7 @@
@ApiModelProperty(value = "妯℃澘璇濇湳缂栧彿")
private Long scriptno;
+
/**
* 妯℃澘ID
*/
@@ -181,6 +182,13 @@
@ApiModelProperty(value = "绫诲埆鍚�")
private String categoryName;
+ /**
+ * 绫诲埆ID
+ */
+ @Excel(name = "绫诲埆ID")
+ @ApiModelProperty(value = "绫诲埆ID")
+ private Long assortid;
+
// /**
// * 鎸囨爣閫夐」
// */
--
Gitblit v1.9.3