package com.zy.asrs.entity.param; import lombok.Data; @Data public class PdaWriteBarcodeParam { private Integer siteId; private String barcode; }