From ab8d3b72f79b835ea3d7e630839b1bc6e249b8a5 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期四, 05 六月 2025 16:55:16 +0800
Subject: [PATCH] *
---
src/main/java/com/zy/asrs/entity/BasCircularShuttle.java | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/BasCircularShuttle.java b/src/main/java/com/zy/asrs/entity/BasCircularShuttle.java
index fcfd3be..5ee2261 100644
--- a/src/main/java/com/zy/asrs/entity/BasCircularShuttle.java
+++ b/src/main/java/com/zy/asrs/entity/BasCircularShuttle.java
@@ -23,12 +23,12 @@
private Long id;
@ApiModelProperty(value= "")
- @TableField("ste_id")
- private Integer steId;
+ @TableField("rgv_id")
+ private Integer rgvId;
@ApiModelProperty(value= "")
- @TableField("ste_no")
- private Integer steNo;
+ @TableField("rgv_no")
+ private Integer rgvNo;
/**
* 0:姝e父锛�1锛氱鐢�
@@ -36,11 +36,16 @@
@ApiModelProperty(value= "0:姝e父锛�1锛氱鐢�")
private Integer status;
+
+ @ApiModelProperty(value= "")
+ @TableField("rgv_some")
+ private int rgvSome = 1;
+
public BasCircularShuttle() {}
- public BasCircularShuttle(Integer steId,Integer steNo,Integer status) {
- this.steId = steId;
- this.steNo = steNo;
+ public BasCircularShuttle(Integer rgvId,Integer rgvNo,Integer status) {
+ this.rgvId = rgvId;
+ this.rgvNo = rgvNo;
this.status = status;
}
--
Gitblit v1.9.1