소스 검색

UserInfo 补充accountId

tags/24080901
liuxinxin 1 년 전
부모
커밋
84c95a273b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      pmapi/src/main/java/com/ningdatech/pmapi/user/entity/UserInfo.java

+ 3
- 0
pmapi/src/main/java/com/ningdatech/pmapi/user/entity/UserInfo.java 파일 보기

@@ -76,4 +76,7 @@ public class UserInfo implements Serializable {
@ApiModelProperty("身份证号")
private String idCard;

@ApiModelProperty("浙政钉accountId")
private Long accountId;

}

불러오는 중...
취소
저장