From 3d083e6b0799a075481323a57a67e6a9f6c56ed7 Mon Sep 17 00:00:00 2001
From: ZY <zc857179121@qq.com>
Date: 星期五, 23 八月 2024 10:17:44 +0800
Subject: [PATCH] 12

---
 src/main/java/com/zy/asrs/entity/param/LocMastInitParam.java |   43 +++++++++++++++++++++++++++++++++++++------
 1 files changed, 37 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/param/LocMastInitParam.java b/src/main/java/com/zy/asrs/entity/param/LocMastInitParam.java
index 7f22809..ace149b 100644
--- a/src/main/java/com/zy/asrs/entity/param/LocMastInitParam.java
+++ b/src/main/java/com/zy/asrs/entity/param/LocMastInitParam.java
@@ -2,10 +2,12 @@
 
 import com.core.common.BaseRes;
 import com.core.exception.CoolException;
+import lombok.Data;
 
 /**
  * Created by vincent on 2020/6/13
  */
+@Data
 public class LocMastInitParam {
 
     // 璧峰鎺�
@@ -29,8 +31,20 @@
     // 鍫嗗灈鏈烘暟閲�
     private Integer crnAmount;
 
-    // 搴撲綅绫诲瀷锛� 1锛氫綆搴撲綅  2锛氶珮搴撲綅
-    private Integer whsType;
+    // 楂樹綆绫诲瀷锛� 1锛氫綆搴撲綅  2锛氶珮搴撲綅
+    private Short locType1;
+
+    // 瀹界獎绫诲瀷锛� 1锛氱獎搴撲綅  2锛氬搴撲綅
+    private Short locType2;
+
+    // 杞婚噸绫诲瀷锛� 1锛氳交搴撲綅  2锛氶噸搴撲綅
+    private Short locType3;
+
+    private Integer enable;
+
+    private Integer staCrn;
+
+    private Integer endCrn;
 
     public Integer getStartRow() {
         if (null == startRow) {
@@ -109,11 +123,28 @@
         this.crnAmount = crnAmount;
     }
 
-    public Integer getWhsType() {
-        return whsType;
+    public Short getLocType1() {
+        return locType1;
     }
 
-    public void setWhsType(Integer whsType) {
-        this.whsType = whsType;
+    public void setLocType1(Short locType1) {
+        this.locType1 = locType1;
     }
+
+    public Short getLocType2() {
+        return locType2;
+    }
+
+    public void setLocType2(Short locType2) {
+        this.locType2 = locType2;
+    }
+
+    public Short getLocType3() {
+        return locType3;
+    }
+
+    public void setLocType3(Short locType3) {
+        this.locType3 = locType3;
+    }
+
 }

--
Gitblit v1.9.1