From 4cccaf33dd171c20b6c262467f24706e3d175aab Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 25 二月 2025 18:15:09 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 53 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 2265b20..e9a8499 100644 --- a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java +++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java @@ -349,4 +349,57 @@ @ApiModelProperty(value = "鏄惁寰幆鎵ц鎮h�咃紙0:涓嶅惊鐜� 1锛氬惊鐜級") private Long patCycle = 0L; + /** + * 鏄惁鏈変笅涓换鍔★紝鐢ㄤ簬澶氫换鍔″叧鑱� + */ + @ApiModelProperty(value = "鏄惁鏈変笅涓换鍔★紙0:鏃� 1锛氭湁锛�") + @Excel(name = "鏄惁鏈変笅涓换鍔★紙0:鏃� 1锛氭湁锛�") + private String nexttaskflag; + /** + * 涓嬩竴涓换鍔d + */ + @ApiModelProperty(value = "涓嬩竴涓换鍔d") + @Excel(name = " 涓嬩竴涓换鍔d") + private Long nexttaskid; + /** + * 涓嬩竴涓换鍔″悕绉� + */ + @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; + + /** + * 鎵嬫湳缂栫爜 + */ + @ApiModelProperty("鎵嬫湳缂栫爜") + @Excel(name = "鎵嬫湳缂栫爜") + private String opcode; + + /** + * 鎵嬫湳鍚嶇О + */ + @ApiModelProperty("鎵嬫湳鍚嶇О") + @Excel(name = "鎵嬫湳鍚嶇О") + private String opdesc; } -- Gitblit v1.9.3