From 8f40ed9dd97289e4a18c1539c1a8a70934cc0002 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 13 十一月 2024 17:00:25 +0800
Subject: [PATCH] 1

---
 src/main/java/com/moon/server/entity/mn/GeoalbedofeaturepointEntity.java |   25 +++++++++++--------------
 1 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/src/main/java/com/moon/server/entity/mn/GeoalbedofeaturepointEntity.java b/src/main/java/com/moon/server/entity/mn/GeoalbedofeaturepointEntity.java
index 2beb94c..ffe76f7 100644
--- a/src/main/java/com/moon/server/entity/mn/GeoalbedofeaturepointEntity.java
+++ b/src/main/java/com/moon/server/entity/mn/GeoalbedofeaturepointEntity.java
@@ -9,16 +9,13 @@
 import java.sql.Timestamp;
 import java.time.LocalDate;
 
-/**
- * Geoalbedofeaturepoint
- * @author WWW
- */
 @Data
 @AllArgsConstructor
+@SuppressWarnings("ALL")
 @TableName("mn.geo_albedo_feature_point")
 @EqualsAndHashCode(callSuper = false)
 public class GeoalbedofeaturepointEntity extends BaseGeoEntity {
-    private static final long serialVersionUID = 636016832960777344L;
+    private static final long serialVersionUID = 931726191161072896L;
 
     private String cName;
 
@@ -32,7 +29,7 @@
 
     private String origin;
 
-    private Timestamp approvald;
+    private Timestamp approvalD;
 
     private BigDecimal lon;
 
@@ -49,19 +46,19 @@
     public GeoalbedofeaturepointEntity() {
     }
 
-    public String getcName() {
+    public String getCName() {
         return cName;
     }
 
-    public void setcName(String cName) {
+    public void setCName(String cName) {
         this.cName = cName;
     }
 
-    public String geteName() {
+    public String getEName() {
         return eName;
     }
 
-    public void seteName(String eName) {
+    public void setEName(String eName) {
         this.eName = eName;
     }
 
@@ -97,12 +94,12 @@
         this.origin = origin;
     }
 
-    public Timestamp getApprovald() {
-        return approvald;
+    public Timestamp getApprovalD() {
+        return approvalD;
     }
 
-    public void setApprovald(Timestamp approvald) {
-        this.approvald = approvald;
+    public void setApprovalD(Timestamp approvalD) {
+        this.approvalD = approvalD;
     }
 
     public BigDecimal getLon() {

--
Gitblit v1.9.3