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