10.7开发
This commit is contained in:
@@ -26,4 +26,6 @@ public class RegisterController {
|
||||
public AjaxResult createDocument(@Validated @RequestBody PersonRegisterVO personRegisterVO) {
|
||||
return signRegisterService.registerPerson(personRegisterVO);
|
||||
}
|
||||
// @PostMapping("/registerEnterprise")
|
||||
// public AjaxResult
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user