Ver Fonte

增加任务项名称

xuzuoyun há 5 anos atrás
pai
commit
8e548984f1

+ 4 - 0
module-crawler/src/main/java/cn/com/ctop/crawler/modules/appium/entity/AppiumTaskItem.java

@@ -60,6 +60,10 @@ public class AppiumTaskItem {
 	@Excel(name = "查找类型", width = 15)
 	@Excel(name = "查找类型", width = 15)
 	@ApiModelProperty(value = "查找类型")
 	@ApiModelProperty(value = "查找类型")
 	private String findType;
 	private String findType;
+
+    @Excel(name = "名称", width = 15)
+    @ApiModelProperty(value = "名称")
+    private String name;
 	/**
 	/**
 	 * 查找关键字
 	 * 查找关键字
 	 */
 	 */