From ae3200fadc28f925e516d85da7fcb78d402960f7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 30 七月 2024 18:16:10 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScriptVO.java | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScriptVO.java b/smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScriptVO.java index 9b01476..06514fe 100644 --- a/smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScriptVO.java +++ b/smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScriptVO.java @@ -25,7 +25,7 @@ /** * 涓婚敭ID */ - private Long ID; + private Long id; /** * 棰樼洰涓婚 @@ -143,7 +143,7 @@ * 鍩虹鎸囨爣绫诲瀷锛�1 閫夐」 2 鏂囨湰 3 鏁板�硷級 */ @ApiModelProperty(value = "鍩虹鎸囨爣绫诲瀷 1=閫夐」,2=鏂囨湰,3=鏁板��") - private String targettype; + private String scriptType; /** * 鍩虹鎸囨爣ID(鏆傛椂褰撳簭鍙穒d) @@ -203,6 +203,19 @@ private String branchNextscriptno; + @ApiModelProperty(value = "鍩虹鎸囨爣绫诲瀷") + private String targettype; + + @ApiModelProperty(value = "鍩虹鎸囨爣鍚嶇О") + private String targetname; + + /** + * 搴忓彿 + */ + @Excel(name = "搴忓彿") + @ApiModelProperty(value = "搴忓彿") + private Long xh; + /** * 璇濇湳閫夐」 */ -- Gitblit v1.9.3