From 0549921b6ec1197a65c096a3741ff92001f411cd Mon Sep 17 00:00:00 2001
From: 1 <1@123>
Date: 星期一, 26 一月 2026 14:00:16 +0800
Subject: [PATCH] lsh#
---
rsf-server/src/main/java/com/vincent/rsf/server/api/entity/params/WcsTaskParams.java | 37 ++++++-------------------------------
1 files changed, 6 insertions(+), 31 deletions(-)
diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/api/entity/params/WcsTaskParams.java b/rsf-server/src/main/java/com/vincent/rsf/server/api/entity/params/WcsTaskParams.java
index ebc0685..1c6e5e4 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/api/entity/params/WcsTaskParams.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/api/entity/params/WcsTaskParams.java
@@ -14,40 +14,15 @@
@ApiModel(value = "WcsTaskParams", description = "浠诲姟涓嬪彂鍙傛暟")
public class WcsTaskParams implements Serializable {
+ @ApiModelProperty("鏍囪绫诲瀷{HKRCS: 娴峰悍, WCS: 绔嬪簱WCS, OTHER: 鍏跺畠}")
+ private String sign;
+
+ @ApiModelProperty("鏍囪绫诲瀷{0:绔欏埌搴� 1锛氬簱鍒扮珯 2锛氱珯鍒扮珯 3锛氬簱鍒板簱}")
+ private String signType = "0";
+
@ApiModelProperty("鎵规")
private String batch;
@ApiModelProperty("浠诲姟鏄庣粏")
private List<TaskItemParam> taskList;
}
-
-
-@Data
-@Accessors(chain = true)
-@ApiModel(value = "TaskItem", description = "浠诲姟鍒楄〃")
-class TaskItemParam {
-
- @ApiModelProperty("浠诲姟绫诲瀷{LOC_TO_LOC: 绉诲簱, LOC_TO_STA: 鍑哄簱, STA_TO_LOC: 鍏ュ簱, STA_TO_STA: 绔欑偣闂存惉杩恾")
- private String taskType;
-
- @ApiModelProperty("浠诲姟鍙�")
- private String seqNum;
-
- @ApiModelProperty("璧峰搴撲綅")
- private String oriLoc;
-
- @ApiModelProperty("璧峰绔欑偣")
- private String oriSta;
-
- @ApiModelProperty("鐩爣搴撲綅")
- private String destLoc;
-
- @ApiModelProperty("鐩爣绔欑偣")
- private String destSta;
-
- @ApiModelProperty("鎵樼洏鐮�")
- private String zpallet;
-
- @ApiModelProperty("浼樺厛绾�")
- private Integer priority;
-}
\ No newline at end of file
--
Gitblit v1.9.1