From d76e92d1a0586865e75cf36b95363c433435fa02 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 23 四月 2025 13:23:02 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java | 67 +++++++++++++++++++++++++++++++++ 1 files changed, 67 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..cb44d66 100644 --- a/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java +++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskVO.java @@ -40,6 +40,13 @@ private Long taskid; /** + * 鍙戦�佸ぉ鏁� + */ + @Excel(name = "鍙戦�佸ぉ鏁�") + @ApiModelProperty(value = "鍙戦�佸ぉ鏁�") + private Long sendDay; + + /** * */ @Excel(name = " ") @@ -349,4 +356,64 @@ @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; + + /** + * 閫傜敤鏉′欢绫诲瀷锛�1銆佹寜绉戝銆�2銆佹寜鐥呭尯銆�3銆佹寜鐤剧梾璇婃柇銆�4銆佹寜鎵嬫湳绫诲瀷 + */ + @ApiModelProperty("閫傜敤鏉′欢绫诲瀷锛�1銆佹寜绉戝銆�2銆佹寜鐥呭尯銆�3銆佹寜鐤剧梾璇婃柇銆�4銆佹寜鎵嬫湳绫诲瀷") + @Excel(name = "閫傜敤鏉′欢绫诲瀷锛�1銆佹寜绉戝銆�2銆佹寜鐥呭尯銆�3銆佹寜鐤剧梾璇婃柇銆�4銆佹寜鎵嬫湳绫诲瀷") + private String appltype; } -- Gitblit v1.9.3