Commit 17582067 by 郭倩芳

common 添加客户工作台语言

parent 06644bb4
......@@ -123,6 +123,16 @@ public class SobotServiceInfoModel implements Serializable {
private int readFlag;//已读未读开关 0-关闭,1-开启
public static final String LOGIN_TIME = "login_time";
//客服工作台语言 v3.3.9
private String serviceWorkbenchLang;
public String getServiceWorkbenchLang() {
return serviceWorkbenchLang;
}
public void setServiceWorkbenchLang(String serviceWorkbenchLang) {
this.serviceWorkbenchLang = serviceWorkbenchLang;
}
public String getCompanyName() {
return companyName;
......
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