From 58607e314f405faf6f9479be894243098aedb3bb Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期二, 05 十二月 2023 16:08:51 +0800
Subject: [PATCH] 增加Configuration 对象 plc地址存储在config.properties PlcServoManualone调用
---
springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java | 19 ++++++++++++++-----
1 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java b/springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java
index ec9a836..5fae01d 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/entity/StorageTask.java
@@ -1,11 +1,13 @@
package com.example.springboot.entity;
public class StorageTask{
- private Integer id;
- private String taskType;
+ private Integer id;//鑷簭
+ private String taskType;//绫诲瀷
+ private String glassId;//鐜荤拑id
private String cataskStatege;
- private String shelfRack;
- private String loadrack;
+ private String shelfRack;//璧峰浣�
+ private String loadrack;//鐩爣浣�
+
public Integer id() {
return id;
@@ -23,6 +25,13 @@
public void setTaskType(String taskType) {
this.taskType = taskType;
+ }
+ public String getGlassId() {
+ return glassId;
+ }
+
+ public void setGlassId(String glassId) {
+ this.glassId = glassId;
}
public String getCataskStatege() {
@@ -49,6 +58,6 @@
this.loadrack = loadrack;
}
-
+
}
\ No newline at end of file
--
Gitblit v1.8.0