|
|
@@ -34,10 +34,19 @@ public class WorkContactEmployeeVo {
|
|
|
private Integer employeeId;
|
|
|
private String typerTag;
|
|
|
private String appId;
|
|
|
+ private String ghId;
|
|
|
private String openId;
|
|
|
private String clientWxId;
|
|
|
private String platform;
|
|
|
|
|
|
+ public String getGhId() {
|
|
|
+ return ghId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGhId(String ghId) {
|
|
|
+ this.ghId = ghId;
|
|
|
+ }
|
|
|
+
|
|
|
public String getPlatform() {
|
|
|
return platform;
|
|
|
}
|