package com.zy.asrs.entity.param; import lombok.Data; @Data public class PalletToAllOutParam { // 托盘条码 private String barcode; // 托盘条码 private String newBarcode; }