Commit 3f572f83 authored by 吴泽佳's avatar 吴泽佳

用户id

parent e473e223
...@@ -23,6 +23,9 @@ public class UserInfoNewChief implements Serializable { ...@@ -23,6 +23,9 @@ public class UserInfoNewChief implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "用户id")
private String userId;
//↓↓↓↓↓首席投顾↓↓↓↓↓↓ //↓↓↓↓↓首席投顾↓↓↓↓↓↓
@ApiModelProperty(value = "姓名") @ApiModelProperty(value = "姓名")
private String userName; private String userName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment