From d565b3796eb2029797d4bc3f962a7daf38fcaf00 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期三, 21 一月 2026 09:52:53 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/entity/BasStation.java | 24 +-----------------------
1 files changed, 1 insertions(+), 23 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/BasStation.java b/src/main/java/com/zy/asrs/entity/BasStation.java
index 4394099..6527948 100644
--- a/src/main/java/com/zy/asrs/entity/BasStation.java
+++ b/src/main/java/com/zy/asrs/entity/BasStation.java
@@ -89,30 +89,9 @@
@ApiModelProperty(value= "澶囨敞")
private String memo;
- /**
- * 绔欑偣妤煎眰
- */
- @ApiModelProperty(value= "绔欑偣妤煎眰")
- @TableField("station_lev")
- private Integer stationLev;
-
- /**
- * 璁惧缂栧彿
- */
- @ApiModelProperty(value= "璁惧缂栧彿")
- @TableField("device_no")
- private Integer deviceNo;
-
- /**
- * 绔欑偣鍒悕
- */
- @ApiModelProperty(value= "绔欑偣鍒悕")
- @TableField("station_alias")
- private String stationAlias;
-
public BasStation() {}
- public BasStation(Integer status,Integer wrkNo,String inEnable,String outEnable,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo,Integer stationLev) {
+ public BasStation(Integer status,Integer wrkNo,String inEnable,String outEnable,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
this.status = status;
this.wrkNo = wrkNo;
this.inEnable = inEnable;
@@ -122,7 +101,6 @@
this.updateBy = updateBy;
this.updateTime = updateTime;
this.memo = memo;
- this.stationLev = stationLev;
}
// BasStation basStation = new BasStation(
--
Gitblit v1.9.1