package com.zy.asrs.entity.param; import lombok.Data; @Data public class CheckBom { // bom号 private String bomCode; // 物料号 private String matnr; }