修改给劳科院返回的接口中返回人员名称

This commit is contained in:
sh
2026-05-25 16:35:53 +08:00
parent b9a27e066b
commit b309b0ce39
3 changed files with 11 additions and 2 deletions

View File

@@ -19,4 +19,7 @@ public class AppUserLky
@ApiModelProperty("当前职位名称")
private List<String> jobTitles;
@ApiModelProperty("用户名称")
private String name;
}