From e32ff68be04c9e2e3ab689c4494aefe5d3036400 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期六, 12 四月 2025 11:12:30 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/jx-fyxc-wcs' into jx-fyxc-wcs
---
src/main/java/com/zy/core/model/protocol/CrnProtocol.java | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/core/model/protocol/CrnProtocol.java b/src/main/java/com/zy/core/model/protocol/CrnProtocol.java
index 147eef5..aaa114d 100644
--- a/src/main/java/com/zy/core/model/protocol/CrnProtocol.java
+++ b/src/main/java/com/zy/core/model/protocol/CrnProtocol.java
@@ -13,6 +13,8 @@
@Data
public class CrnProtocol {
+ private Integer crnNo;
+
/**
* 1 = 鎵嬪姩妯″紡
* 2 = 鑷姩妯″紡
@@ -248,4 +250,33 @@
basCrnp.setWrkNo(taskNo.intValue());
return basCrnp;
}
+
+ public void setxSpeed(float xSpeed) {
+ this.xSpeed = xSpeed;
+ }
+
+ public void setySpeed(float ySpeed) {
+ this.ySpeed = ySpeed;
+ }
+
+ public void setzSpeed(float zSpeed) {
+ this.zSpeed = zSpeed;
+ }
+
+ public void setxDistance(float xDistance) {
+ this.xDistance = xDistance;
+ }
+
+ public void setyDistance(float yDistance) {
+ this.yDistance = yDistance;
+ }
+
+ public void setxDuration(float xDuration) {
+ this.xDuration = xDuration;
+ }
+
+ public void setyDuration(float yDuration) {
+ this.yDuration = yDuration;
+ }
+
}
--
Gitblit v1.9.1