google 代码格式化

This commit is contained in:
2023-09-20 15:06:16 +08:00
parent 6952eb16d8
commit 8aa04a1bdf

View File

@@ -29,8 +29,7 @@ public class EnterpriseController {
@PostMapping("/update")
public EnterpriseDto update(@RequestBody UpdateEnterpriseDto request) {
return this.service.update(request)
;
return this.service.update(request);
}
@PostMapping("/delete")