feat:相关方人员权限记录

koumen
dearLin 2026-03-18 16:08:14 +08:00
parent 461d186534
commit 677c5bfa76
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ public class PersonApplyController {
private final PersonApplyServiceI personApplyService;
@ApiOperation("相关方-人员权限记录-列表")
@GetMapping("/xgfPersonPermissionsList")
@PostMapping("/xgfPersonPermissionsList")
public PageResponse<PersonApplyCO> xgfPersonPermissionsList(@RequestBody XgfApplyPersonPageQry qry) {
return personApplyService.xgfPersonPermissionsList(qry);
}

View File

@ -26,7 +26,7 @@ public class XgfApplyPersonPageQry extends PageQuery {
@ApiModelProperty(name = "userCard", value = "临时访客h5二维码用根据身份证号查询申请记录")
private String userCard;
@ApiModelProperty(name = "userName", value = "姓名")
private String userName;
@ApiModelProperty(name = "employeePersonUserName", value = "姓名")
private String employeePersonUserName;
}