|
@@ -17,6 +17,8 @@ public class PrefixUrlDomain implements Serializable {
|
|
|
|
|
|
String mq;
|
|
|
|
|
|
+ String mobile;
|
|
|
+
|
|
|
public String getAdmin() {
|
|
|
return admin;
|
|
|
}
|
|
@@ -40,4 +42,12 @@ public class PrefixUrlDomain implements Serializable {
|
|
|
public void setMq(String mq) {
|
|
|
this.mq = mq;
|
|
|
}
|
|
|
+
|
|
|
+ public String getMobile() {
|
|
|
+ return mobile;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMobile(String mobile) {
|
|
|
+ this.mobile = mobile;
|
|
|
+ }
|
|
|
}
|