From 86146d211c26fad2c4f4684fd10ac49e30100f71 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期三, 21 一月 2026 12:42:00 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/entity/CrnTiltRecord.java | 24 +-----------------------
1 files changed, 1 insertions(+), 23 deletions(-)
diff --git a/src/main/java/com/zy/entity/CrnTiltRecord.java b/src/main/java/com/zy/entity/CrnTiltRecord.java
index eda434d..90cfe69 100644
--- a/src/main/java/com/zy/entity/CrnTiltRecord.java
+++ b/src/main/java/com/zy/entity/CrnTiltRecord.java
@@ -62,14 +62,7 @@
private Float tiltZ;
/**
- * 璁板綍鏃ユ湡锛堟瘡鍛ㄨ褰曚竴娆★級
- */
- @ApiModelProperty(value = "璁板綍鏃ユ湡")
- @TableField("record_date")
- private Date recordDate;
-
- /**
- * 璁板綍鏃堕棿
+ * 璁板綍鏃堕棿锛堝寘鍚畬鏁寸殑鏃ユ湡鏃堕棿淇℃伅锛�
*/
@ApiModelProperty(value = "璁板綍鏃堕棿")
@TableField("record_time")
@@ -142,21 +135,6 @@
public void setTiltZ(Float tiltZ) {
this.tiltZ = tiltZ;
- }
-
- public Date getRecordDate() {
- return recordDate;
- }
-
- public void setRecordDate(Date recordDate) {
- this.recordDate = recordDate;
- }
-
- public String getRecordDate$() {
- if (recordDate == null) {
- return "";
- }
- return new SimpleDateFormat("yyyy-MM-dd").format(recordDate);
}
public Date getRecordTime() {
--
Gitblit v1.9.1