mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 23:57:12 +08:00
google 代码格式化
This commit is contained in:
@@ -29,8 +29,7 @@ public class EnterpriseController {
|
|||||||
|
|
||||||
@PostMapping("/update")
|
@PostMapping("/update")
|
||||||
public EnterpriseDto update(@RequestBody UpdateEnterpriseDto request) {
|
public EnterpriseDto update(@RequestBody UpdateEnterpriseDto request) {
|
||||||
return this.service.update(request)
|
return this.service.update(request);
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/delete")
|
@PostMapping("/delete")
|
||||||
|
|||||||
Reference in New Issue
Block a user