From 81abfb5c431bcc6b87ed7e2baa3d89416daff8a6 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期一, 04 十二月 2023 09:51:20 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
---
springboot-vue3/src/main/java/com/example/springboot/entity/OrderOut.java | 7 ++-----
1 files changed, 2 insertions(+), 5 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 381fe7f..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,8 +4,8 @@
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() {
@@ -23,7 +23,6 @@
public void setOrderId(String orderid) {
this.orderid = orderid;
}
-
public String getOrderId() {
return orderid;
}
@@ -31,7 +30,6 @@
public void setState(Integer state) {
this.state = state;
}
-
public Integer getState() {
return state;
}
@@ -39,7 +37,6 @@
public void setModTime(Date modtime) {
this.modtime = modtime;
}
-
public Date getModTime() {
return modtime;
}
--
Gitblit v1.8.0