zouyu
2023-11-04 a915c14dafebeb823294935755b6646a2ca76ff9
mes-technology/src/main/java/com/chinaztt/mes/technology/controller/StructureController.java
@@ -195,6 +195,7 @@
   @PostMapping
   @PreAuthorize("@pms.hasPermission('technology_structure_add')")
   public R save(@RequestBody StructureDTO structure) {
      System.out.println("===========================>"+structure);
      return structureService.fullSave(structure);
   }