zhanghl
2025-05-13 a9f55fb1ab24f43fee70b16e1a8c58a33fc59fa6
aps-modules/aps-core/src/main/java/com/aps/core/controller/basicData/ApsBomController.java
@@ -95,4 +95,13 @@
    {
        return toAjax(apsBomService.deleteApsBomByIds(ids));
    }
    @GetMapping("/getbom")
    public void getBom()
    {
        List<ApsBom> ll=apsBomService.selectRdsBomLineList("FORTUNA","A6501-001080");
        System.out.println(ll);
    }
}