From 06b612c123fbe56f69536d45633c2c7f428df526 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 14 三月 2024 19:27:07 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/entity/param/FullStoreParam.java | 54 ++++++++++++++++-------------------------------------- 1 files changed, 16 insertions(+), 38 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/param/FullStoreParam.java b/src/main/java/com/zy/asrs/entity/param/FullStoreParam.java index 289ba63..aee3742 100644 --- a/src/main/java/com/zy/asrs/entity/param/FullStoreParam.java +++ b/src/main/java/com/zy/asrs/entity/param/FullStoreParam.java @@ -1,10 +1,13 @@ package com.zy.asrs.entity.param; +import lombok.Data; + import java.util.List; /** * Created by vincent on 2020/6/11 */ +@Data public class FullStoreParam { // 鎵樼洏鏉$爜 @@ -16,52 +19,27 @@ // 鐗╂枡鍒楄〃鏁版嵁 private List<MatCodeStore> list; + @Data public static class MatCodeStore { // 鐗╂枡缂栧彿 - private String matNo; + private String matnr; + + //鏂欐兂鐮� + private String containerCode; + + // 搴忓垪鐮� + private String batch; // 鐗╂枡鏁伴噺 - private Double count; + private Double anfme; - public String getMatNo() { - return matNo; - } + //閿�鍞鍗曞彿 + private String csocode; - public void setMatNo(String matNo) { - this.matNo = matNo; - } + //閿�鍞鍗曡鍙� + private String isoseq; - public Double getCount() { - return count; - } - - public void setCount(Double count) { - this.count = count; - } } - public String getBarcode() { - return barcode; - } - - public void setBarcode(String barcode) { - this.barcode = barcode; - } - - public Integer getDevpNo() { - return devpNo; - } - - public void setDevpNo(Integer devpNo) { - this.devpNo = devpNo; - } - - public List<MatCodeStore> getList() { - return list; - } - - public void setList(List<MatCodeStore> list) { - this.list = list; - } } -- Gitblit v1.9.1