This commit is contained in:
luoliming 2024-02-16 17:54:10 +08:00
parent ce05126a7e
commit 91e7cda738
1 changed files with 28 additions and 0 deletions

View File

@ -54,6 +54,34 @@ public class ReverseReportService {
String[] bomType={"","EBom","PBom",""}; String[] bomType={"","EBom","PBom",""};
} }
/**
* 原始BOM-查询
*/
private void queryOriginalBom(ReverseReportQuery queryParam){
}
/**
* Ebom-查询
*/
private void queryEBom(ReverseReportQuery queryParam){
}
/**
* Pbom-查询
*/
private void queryPBom(ReverseReportQuery queryParam){
}
/**
* MBom-查询
*/
private void queryMBom(ReverseReportQuery queryParam){
}
/** /**
* 创建-EBom反查索引 * 创建-EBom反查索引