提交 3321a53a authored 作者: 李秋林's avatar 李秋林

在人员DTO(UserDto)对象中,添加岗位编码

上级 a181d56a
...@@ -53,7 +53,7 @@ public class UserDto { ...@@ -53,7 +53,7 @@ public class UserDto {
private String avatar; private String avatar;
/** 岗位编码 */ /** 岗位编码 */
private String postId; private Long postId;
/** 岗位名称 */ /** 岗位名称 */
private String postName; private String postName;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论