refactor(Property): 1

This commit is contained in:
2025-09-15 11:36:59 +08:00
parent 660d966acb
commit df8c588ac3

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));