From 4ad1f324ab1fd2b51504afc00b43b4ee40f029c2 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期四, 20 二月 2025 09:40:03 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/entity/RowLastno.java |   37 +++++++++++++++++++++++++++++++++----
 1 files changed, 33 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/RowLastno.java b/src/main/java/com/zy/asrs/entity/RowLastno.java
index 24896aa..7af6058 100644
--- a/src/main/java/com/zy/asrs/entity/RowLastno.java
+++ b/src/main/java/com/zy/asrs/entity/RowLastno.java
@@ -40,6 +40,19 @@
     @ApiModelProperty(value= "褰撳墠鎺掑彿")
     @TableField("current_row")
     private Integer currentRow;
+    /**
+     * 褰撳墠鎺掑彿
+     */
+    @ApiModelProperty(value= "褰撳墠鎺掑彿")
+    @TableField("current_row1")
+    private Integer currentRow1;
+
+    /**
+     * 褰撳墠鎺掑彿
+     */
+    @ApiModelProperty(value= "褰撳墠鎺掑彿")
+    @TableField("current_row2")
+    private Integer currentRow2;
 
     /**
      * 璧峰鎺掑彿
@@ -150,23 +163,39 @@
         return currentRow;
     }
 
+    public Integer getCurrentRow1() {
+        return currentRow1;
+    }
+
+    public void setCurrentRow1(Integer currentRow1) {
+        this.currentRow1 = currentRow1;
+    }
+
+    public Integer getCurrentRow2() {
+        return currentRow2;
+    }
+
+    public void setCurrentRow2(Integer currentRow2) {
+        this.currentRow2 = currentRow2;
+    }
+
     public void setCurrentRow(Integer currentRow) {
         this.currentRow = currentRow;
     }
 
-    public Integer getSRow() {
+    public Integer getsRow() {
         return sRow;
     }
 
-    public void setSRow(Integer sRow) {
+    public void setsRow(Integer sRow) {
         this.sRow = sRow;
     }
 
-    public Integer getERow() {
+    public Integer geteRow() {
         return eRow;
     }
 
-    public void setERow(Integer eRow) {
+    public void seteRow(Integer eRow) {
         this.eRow = eRow;
     }
 

--
Gitblit v1.9.1