From 36ffb38bb1a5bb6c5238b9d272f6787a966ec44b Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期六, 02 四月 2022 10:07:40 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java | 43 ++++++++++--------------------------------- 1 files changed, 10 insertions(+), 33 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java b/src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java index 877da71..065f774 100644 --- a/src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java +++ b/src/main/java/com/zy/asrs/entity/param/LocDetlAdjustParam.java @@ -1,10 +1,13 @@ package com.zy.asrs.entity.param; +import lombok.Data; + import java.util.List; /** * Created by vincent on 2020/6/18 */ +@Data public class LocDetlAdjustParam { // 搴撲綅鍙� @@ -13,45 +16,19 @@ // 璋冩暣搴撳瓨鏄庣粏闆嗗悎 private List<LocDetlAdjust> list; + @Data public static class LocDetlAdjust { - // 鐗╂枡鍙� - private String matNo; + // 鍟嗗搧缂栧彿 + private String matnr; + + // 鎵瑰彿 + private String batch; // 鍙樻洿鏁伴噺 - private Integer count; + private Double count; - public String getMatNo() { - return matNo; - } - - public void setMatNo(String matNo) { - this.matNo = matNo; - } - - public Integer getCount() { - return count; - } - - public void setCount(Integer count) { - this.count = count; - } } - public String getLocNo() { - return locNo; - } - - public void setLocNo(String locNo) { - this.locNo = locNo; - } - - public List<LocDetlAdjust> getList() { - return list; - } - - public void setList(List<LocDetlAdjust> list) { - this.list = list; - } } -- Gitblit v1.9.1