refactor(Property): 1 #8

Merged
lsm merged 1 commits from master into prod 2025-09-15 11:38:59 +08:00
Showing only changes of commit df8c588ac3 - Show all commits

View File

@@ -82,7 +82,7 @@ public class XResidentPersonController extends BaseController {
* 新增入驻员工
*/
@RepeatSubmit()
@PostMapping()
@PostMapping("/add")
@Log(title = "入驻员工", businessType = BusinessType.INSERT)
public R<Void> add(@Validated(AddGroup.class) @RequestBody ResidentPersonBo bo) {
return toAjax(residentPersonService.insertByBo(bo));