|
|
@@ -25,7 +25,7 @@ public class CorpUserTagView {
|
|
|
private Long corpUserId;
|
|
|
|
|
|
@DbField("cu.external_userid")
|
|
|
- private Long externalUserid;
|
|
|
+ private String externalUserid;
|
|
|
|
|
|
@DbField("cu.unionid")
|
|
|
private String unionid;
|
|
|
@@ -33,7 +33,8 @@ public class CorpUserTagView {
|
|
|
/**
|
|
|
* 外部联系人的类型,1表示该外部联系人是微信用户,2表示该外部联系人是企业微信用户
|
|
|
*/
|
|
|
- private Integer type;
|
|
|
+ @DbField("cu.type")
|
|
|
+ private int type;
|
|
|
|
|
|
@DbField("ct.tag_name")
|
|
|
private String tagName;
|