google 代码格式化

This commit is contained in:
2023-09-20 14:53:17 +08:00
parent 492aebe107
commit 22758fcbf5

View File

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