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/OrderOut.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/OrderOut.java b/springboot-vue3/src/main/java/com/example/springboot/entity/OrderOut.java
index 2c21e99..209de27 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/entity/OrderOut.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/entity/OrderOut.java
@@ -4,16 +4,18 @@
 
 public class OrderOut {
     private Integer id;
-    private String orderid;
-    private Integer state;
+    private String orderid;//璁㈠崟id
+    private Integer state;//鐘舵��
     private Date modtime;
 
     public Integer id() {
         return id;
     }
+
     public void setId(Integer id) {
         this.id = id;
     }
+
     public Integer getId() {
         return id;
     }

--
Gitblit v1.8.0