zhanghl
2025-05-23 8bcbb0b65dbb0a59f4c588be624912410fc1fcc9
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);
    }
}