From dbadc28c8f67e76c64b9d3ee502cb247aad98f68 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期五, 21 八月 2026 09:31:32 +0800
Subject: [PATCH] 【丽水】手术出院时间
---
smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java b/smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java
index 601bfed..8a5031c 100644
--- a/smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java
+++ b/smartor/src/main/java/com/smartor/domain/SvyLibTemplateTargetoption.java
@@ -42,7 +42,7 @@
*/
@Excel(name = "鍒嗘暟")
@ApiModelProperty(value = "鍒嗘暟")
- private BigDecimal score;
+ private String score;
/**
* 鎸囨爣鍚嶇О
@@ -166,8 +166,8 @@
/**
* 鏄惁寮傚父鏍囪瘑
*/
- @Excel(name = "鏄惁寮傚父鏍囪瘑")
- @ApiModelProperty(value = "鏄惁寮傚父鏍囪瘑")
+ @Excel(name = "鏄惁寮傚父鏍囪瘑锛�0姝e父 1寮傚父 2璀﹀憡")
+ @ApiModelProperty(value = "鏄惁寮傚父鏍囪瘑锛�0姝e父 1寮傚父 2璀﹀憡")
private Long isabnormal;
// /**
@@ -277,4 +277,10 @@
*/
@ApiModelProperty(value = "鏈嶅姟鐨勫悕绉�")
private String sendTaskname;
+
+ /**
+ * 榛樿閫夐」锛�1 鍚︼紙榛樿锛� 2 鏄�
+ */
+ @ApiModelProperty("榛樿閫夐」锛�1 鍚︼紙榛樿锛� 2 鏄�")
+ private Long defaultValue;
}
--
Gitblit v1.9.3