From 7f284a3e59c1efd9d0cf884281833acd4edf3e02 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期一, 17 二月 2025 19:31:26 +0800 Subject: [PATCH] yxh --- smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java b/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java index 96d0c7f..6edf903 100644 --- a/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java +++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskInfo.java @@ -33,7 +33,7 @@ private long taskstate; @ApiModelProperty(value = "浠诲姟ID") - private long taskguid; + private String taskguid; @ApiModelProperty(value = "浠诲姟鍚嶇О") private String taskname; -- Gitblit v1.9.3