This commit is contained in:
luoliming 2024-02-15 22:58:00 +08:00
parent 603421b8f1
commit 500fb94ba1
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,8 @@ package com.nflg.product.bomnew.pojo.query;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import javax.validation.constraints.NotNull;
/**
* bom--反查报表查询参数
*/
@ -13,6 +15,9 @@ public class ReverseReportQuery {
@ApiModelProperty("BOM 类型 0-原始BOM 1-EBom 2-PBom 3-MBom")
private Integer bomType;
@ApiModelProperty("图号")
private String drawingNo;
@ApiModelProperty("物料编码")
private String materialNo;