From 1468abbfadd8ba623c85e0c871aade69607ce085 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 25 二月 2025 14:24:54 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java index af0b033..bcaf9de 100644 --- a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java +++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java @@ -367,4 +367,25 @@ @ApiModelProperty(value = "涓嬩竴涓换鍔″悕绉�") @Excel(name = " 涓嬩竴涓换鍔″悕绉�") private String nexttaskname; + + /** + * 绉戝id + */ + @ApiModelProperty("绉戝id") + @Excel(name = "绉戝id") + private Long icd10id; + + /** + * 閮ㄩ棬缂栫爜 + */ + @ApiModelProperty("閮ㄩ棬缂栫爜") + @Excel(name = "閮ㄩ棬缂栫爜") + private String icd10code; + + /** + * 閮ㄩ棬鍚嶇О + */ + @ApiModelProperty("閮ㄩ棬鍚嶇О") + @Excel(name = "閮ㄩ棬鍚嶇О") + private String icd10name; } -- Gitblit v1.9.3