From 48e75f8b9bd83aea8e0c3ca252ceec6bbde9e060 Mon Sep 17 00:00:00 2001 From: Junjie <540245094@qq.com> Date: 星期四, 21 十二月 2023 20:33:06 +0800 Subject: [PATCH] #检料盘点工作档更新 --- src/main/java/com/zy/asrs/entity/param/EmptyPlateOutParam.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/param/EmptyPlateOutParam.java b/src/main/java/com/zy/asrs/entity/param/EmptyPlateOutParam.java index 17ca693..38656a4 100644 --- a/src/main/java/com/zy/asrs/entity/param/EmptyPlateOutParam.java +++ b/src/main/java/com/zy/asrs/entity/param/EmptyPlateOutParam.java @@ -1,14 +1,19 @@ package com.zy.asrs.entity.param; +import lombok.Data; + import java.util.List; /** * Created by vincent on 2020/6/13 */ +@Data public class EmptyPlateOutParam { // 鍑虹珯鍙� private Integer outSite; + // AGV鍑虹珯鍙� + private String stationCode; // 搴撲綅鍙烽泦鍚� private List<String> locNos; -- Gitblit v1.9.1