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