From eab76cd34bff799686f68e6b70f86c9001e4913f Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期五, 23 五月 2025 09:41:21 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/devlop' into devlop --- rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/LocItemWorking.java | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/LocItemWorking.java b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/LocItemWorking.java index 7c7ddbf..4bd525e 100644 --- a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/LocItemWorking.java +++ b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/LocItemWorking.java @@ -43,9 +43,12 @@ @ApiModelProperty(value= "涓诲崟ID") private Long locId; - @ApiModelProperty("浠诲姟鏄庣粏ID") + @ApiModelProperty("浠诲姟ID") private Long taskId; + @ApiModelProperty("搴撲綅鏄庣粏ID") + private Long locItemId; + /** * 搴撲綅 */ -- Gitblit v1.9.1