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