zhanghl
2025-05-23 97ee5904ad00373cd60e1e12d26bad6b5cdb6b66
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);
    }
}