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