From 60f1d6d21436bb617f64131a908e680cc16f8109 Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期五, 28 二月 2025 10:59:27 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/entity/param/LocMastInitParam.java | 45 +++++++++++++++++++++++++++++++++++++++------ 1 files changed, 39 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..3727293 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,22 @@ // 鍫嗗灈鏈烘暟閲� 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; + + private String identifying; public Integer getStartRow() { if (null == startRow) { @@ -109,11 +125,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