SZHGYL-289修改
This commit is contained in:
@@ -14,6 +14,8 @@ public class DemotesQueryReqVO extends PageParam {
|
||||
private String contractPaperNumber;
|
||||
@Schema(description = "物料名称")
|
||||
private String materialName;
|
||||
@Schema(description = "物料编码")
|
||||
private String materialNumber;
|
||||
@Schema(description = "金属元素")
|
||||
private String elementName;
|
||||
private String elementAbbreviation;
|
||||
}
|
||||
|
||||
@@ -12,8 +12,12 @@ public class FormulasQueryReqVO extends PageParam {
|
||||
private String contractName;
|
||||
@Schema(description = "合同编码")
|
||||
private String contractPaperNumber;
|
||||
@Schema(description = "公式类型")
|
||||
private String formulaType;
|
||||
@Schema(description = "物料名称")
|
||||
private String materialName;
|
||||
@Schema(description = "物料编码")
|
||||
private String materialNumber;
|
||||
@Schema(description = "金属元素")
|
||||
private String elementName;
|
||||
private String elementAbbreviation;
|
||||
}
|
||||
|
||||
@@ -14,6 +14,8 @@ public class NotsQueryReqVO extends PageParam {
|
||||
private String contractPaperNumber;
|
||||
@Schema(description = "物料名称")
|
||||
private String materialName;
|
||||
@Schema(description = "物料编码")
|
||||
private String materialNumber;
|
||||
@Schema(description = "金属元素")
|
||||
private String elementName;
|
||||
private String elementAbbreviation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user