From 6c554723b1dfbd50412e963206032ed7dd50bab9 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期三, 23 四月 2025 08:35:01 +0800
Subject: [PATCH] #库存上报结果界面

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

diff --git a/src/main/java/com/zy/asrs/entity/RowLastno.java b/src/main/java/com/zy/asrs/entity/RowLastno.java
index 82eafd2..d4897ed 100644
--- a/src/main/java/com/zy/asrs/entity/RowLastno.java
+++ b/src/main/java/com/zy/asrs/entity/RowLastno.java
@@ -135,6 +135,41 @@
     @TableField("sign_type_other_boolean")
     private String signTypeOtherBoolean;
 
+    /**
+     * 鍏跺畠鏍囪绫诲埆锛堟槸鍚﹁緭閫佺嚎浜掗�氾級
+     */
+    @ApiModelProperty(value= "鍏ュ簱绔欑偣闆嗗悎")
+    @TableField("sta_no_list")
+    private String staNoList;
+
+    /**
+     * 搴撶被鍨婭D
+     */
+    @ApiModelProperty(value= "搴撶被鍨婭D")
+    @TableField("type_id")
+    private Integer typeId;
+
+    /**
+     * 鐩镐技鐗╂枡寮�鍏�
+     */
+    @ApiModelProperty(value= "鐩镐技鐗╂枡寮�鍏�")
+    @TableField("be_similar")
+    private String beSimilar;
+
+    /**
+     * 鏄惁瀛樺湪鐐逛綅
+     */
+    @ApiModelProperty(value= "鏄惁瀛樺湪鐐逛綅")
+    @TableField("point_switch")
+    private String pointSwitch;
+
+    /**
+     * 绌烘澘闈犺繎鎽嗘斁
+     */
+    @ApiModelProperty(value= "绌烘澘闈犺繎鎽嗘斁")
+    @TableField("empty_similar")
+    private String emptySimilar;
+
     public RowLastno() {}
 
     public RowLastno(String wrkMk,Integer currentRow,Integer sRow,Integer eRow,Integer crnQty,String memo,Long modiUser,Date modiTime,Long appeUser,Date appeTime,Integer limintLoc) {
@@ -332,4 +367,44 @@
         this.signTypeOtherBoolean = signTypeOtherBoolean;
     }
 
+    public String getStaNoList() {
+        return staNoList;
+    }
+
+    public void setStaNoList(String StaNoList) {
+        this.staNoList = StaNoList;
+    }
+
+    public Integer getTypeId() {
+        return typeId;
+    }
+
+    public void setTypeId(Integer typeId) {
+        this.typeId = typeId;
+    }
+
+    public String getBeSimilar() {
+        return beSimilar;
+    }
+
+    public void setBeSimilar(String beSimilar) {
+        this.beSimilar = beSimilar;
+    }
+
+    public String getPointSwitch() {
+        return pointSwitch;
+    }
+
+    public void setPointSwitch(String pointSwitch) {
+        this.pointSwitch = pointSwitch;
+    }
+
+    public String getEmptySimilar() {
+        return emptySimilar;
+    }
+
+    public void setEmptySimilar(String emptySimilar) {
+        this.emptySimilar = emptySimilar;
+    }
+
 }

--
Gitblit v1.9.1