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/SvyTaskTemplateScript.java | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScript.java b/smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScript.java index ee77211..3eddcde 100644 --- a/smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScript.java +++ b/smartor/src/main/java/com/smartor/domain/SvyTaskTemplateScript.java @@ -137,13 +137,13 @@ * 鎸囨爣閫夐」* */ @ApiModelProperty(value = "鎸囨爣閫夐」*") - private String targetOptions; + private String targetoptions; /** * 鍩虹鎸囨爣绫诲瀷锛�1 閫夐」 2 鏂囨湰 3 鏁板�硷級 */ @ApiModelProperty(value = "鍩虹鎸囨爣绫诲瀷1=閫夐」,2=鏂囨湰,3=鏁板��") - private String targettype; + private String scriptType; /** * 鍩虹鎸囨爣ID(鏆傛椂褰撳簭鍙穒d) @@ -203,4 +203,17 @@ @ApiModelProperty(value = "閫夐」鍒嗘敮鐨勪笅涓�涓瘽鏈紪鍙�") private String branchNextscriptno; + @ApiModelProperty(value = "鍩虹鎸囨爣绫诲瀷") + private String targettype; + + @ApiModelProperty(value = "鍩虹鎸囨爣鍚嶇О") + private String targetname; + + /** + * 搴忓彿 + */ + @Excel(name = "搴忓彿") + @ApiModelProperty(value = "搴忓彿") + private Long xh; + } -- Gitblit v1.9.3