10.7开发

This commit is contained in:
hejinbo
2023-10-07 19:00:15 +08:00
parent 2374e69b06
commit 80e9814cd6
2 changed files with 20 additions and 10 deletions
@@ -26,4 +26,6 @@ public class RegisterController {
public AjaxResult createDocument(@Validated @RequestBody PersonRegisterVO personRegisterVO) {
return signRegisterService.registerPerson(personRegisterVO);
}
// @PostMapping("/registerEnterprise")
// public AjaxResult
}