This commit is contained in:
parent
ce05126a7e
commit
91e7cda738
|
|
@ -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反查索引
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue