Pu Zhibing
2024-09-26 4484de8a9af2b94b76ea31eb48e3393bfe1314b0
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TCompanyController.java
@@ -50,5 +50,10 @@
   public R delete(@RequestParam("id") Integer id) {
      return R.ok(companyService.removeById(id));
   }
   @PostMapping(value = "/unit/detail")
   public R detail(@RequestParam("id") Integer id) {
      return R.ok(companyService.getById(id));
   }
}