refactor(Property): 1
This commit is contained in:
@@ -82,7 +82,7 @@ public class XResidentPersonController extends BaseController {
|
|||||||
* 新增入驻员工
|
* 新增入驻员工
|
||||||
*/
|
*/
|
||||||
@RepeatSubmit()
|
@RepeatSubmit()
|
||||||
@PostMapping()
|
@PostMapping("/add")
|
||||||
@Log(title = "入驻员工", businessType = BusinessType.INSERT)
|
@Log(title = "入驻员工", businessType = BusinessType.INSERT)
|
||||||
public R<Void> add(@Validated(AddGroup.class) @RequestBody ResidentPersonBo bo) {
|
public R<Void> add(@Validated(AddGroup.class) @RequestBody ResidentPersonBo bo) {
|
||||||
return toAjax(residentPersonService.insertByBo(bo));
|
return toAjax(residentPersonService.insertByBo(bo));
|
||||||
|
Reference in New Issue
Block a user