|
@ -43,6 +43,10 @@ public interface IErpBomService |
|
|
* */ |
|
|
* */ |
|
|
List<ErpBom> selectOtherOrderErpBomAllLevelList(ErpBom erpBom); |
|
|
List<ErpBom> selectOtherOrderErpBomAllLevelList(ErpBom erpBom); |
|
|
|
|
|
|
|
|
|
|
|
List<ErpBom> selectPurchaseLimitedErpBomAllLevelList(ErpBom erpBom); |
|
|
|
|
|
|
|
|
|
|
|
List<ErpBom> selectMakeOrderErpBomAllLevelList(String[] bomIds); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void recursionSubBom(List<ErpBom> resultList, String materialNo, Long level); |
|
|
void recursionSubBom(List<ErpBom> resultList, String materialNo, Long level); |
|
|
|
|
|
|
|
|