|
|
@@ -36,6 +36,15 @@ public class WorkContactEmployeeVo {
|
|
|
private String appId;
|
|
|
private String openId;
|
|
|
private String clientWxId;
|
|
|
+ private String platform;
|
|
|
+
|
|
|
+ public String getPlatform() {
|
|
|
+ return platform;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPlatform(String platform) {
|
|
|
+ this.platform = platform;
|
|
|
+ }
|
|
|
|
|
|
public String getClientWxId() {
|
|
|
return clientWxId;
|