From 7f8b679d1643c546bb061882f99668d9639d56cc Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 26 二月 2025 10:06:44 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java | 26 ++++++++++++++++++++------ 1 files changed, 20 insertions(+), 6 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java index bcaf9de..e9a8499 100644 --- a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java +++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java @@ -376,16 +376,30 @@ private Long icd10id; /** - * 閮ㄩ棬缂栫爜 + * 鐤剧梾缂栫爜 */ - @ApiModelProperty("閮ㄩ棬缂栫爜") - @Excel(name = "閮ㄩ棬缂栫爜") + @ApiModelProperty("鐤剧梾缂栫爜") + @Excel(name = "鐤剧梾缂栫爜") private String icd10code; /** - * 閮ㄩ棬鍚嶇О + * 鐤剧梾鍚嶇О */ - @ApiModelProperty("閮ㄩ棬鍚嶇О") - @Excel(name = "閮ㄩ棬鍚嶇О") + @ApiModelProperty("鐤剧梾鍚嶇О") + @Excel(name = "鐤剧梾鍚嶇О") private String icd10name; + + /** + * 鎵嬫湳缂栫爜 + */ + @ApiModelProperty("鎵嬫湳缂栫爜") + @Excel(name = "鎵嬫湳缂栫爜") + private String opcode; + + /** + * 鎵嬫湳鍚嶇О + */ + @ApiModelProperty("鎵嬫湳鍚嶇О") + @Excel(name = "鎵嬫湳鍚嶇О") + private String opdesc; } -- Gitblit v1.9.3