zhanghl
2025-05-16 a5c145b5b9afb665d3130bbcf8659ee1a4b15ebf
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);
    }
}