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