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 | 39 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 39 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..bcaf9de 100644 --- a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java +++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java @@ -349,4 +349,43 @@ @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; } -- Gitblit v1.9.3