|
|
@@ -19,70 +19,109 @@ public class NewAboutUs {
|
|
|
|
|
|
private String CooperationQq;
|
|
|
|
|
|
+ private String CustomerWechat;
|
|
|
+
|
|
|
+ private String CustomerWechatQr;
|
|
|
+
|
|
|
private int CreateTime;
|
|
|
|
|
|
private int UpdateTime;
|
|
|
|
|
|
private int Id;
|
|
|
|
|
|
- public void setWechatPlatform(String WechatPlatform){
|
|
|
+ public void setWechatPlatform(String WechatPlatform) {
|
|
|
this.WechatPlatform = WechatPlatform;
|
|
|
}
|
|
|
- public String getWechatPlatform(){
|
|
|
+
|
|
|
+ public String getWechatPlatform() {
|
|
|
return this.WechatPlatform;
|
|
|
}
|
|
|
- public void setOfficialAddress(String OfficialAddress){
|
|
|
+
|
|
|
+ public void setOfficialAddress(String OfficialAddress) {
|
|
|
this.OfficialAddress = OfficialAddress;
|
|
|
}
|
|
|
- public String getOfficialAddress(){
|
|
|
+
|
|
|
+ public String getOfficialAddress() {
|
|
|
return this.OfficialAddress;
|
|
|
}
|
|
|
- public void setComplaintQq(String ComplaintQq){
|
|
|
+
|
|
|
+ public void setComplaintQq(String ComplaintQq) {
|
|
|
this.ComplaintQq = ComplaintQq;
|
|
|
}
|
|
|
- public String getComplaintQq(){
|
|
|
+
|
|
|
+ public String getComplaintQq() {
|
|
|
return this.ComplaintQq;
|
|
|
}
|
|
|
- public void setTitle(String Title){
|
|
|
+
|
|
|
+ public void setCustomerWechat(String CustomerWechat) {
|
|
|
+ this.CustomerWechat = CustomerWechat;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCustomerWechat() {
|
|
|
+ return this.CustomerWechat;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCustomerWechatQr(String CustomerWechatQr) {
|
|
|
+ this.CustomerWechatQr = CustomerWechatQr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCustomerWechatQr() {
|
|
|
+ return this.CustomerWechatQr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTitle(String Title) {
|
|
|
this.Title = Title;
|
|
|
}
|
|
|
- public String getTitle(){
|
|
|
+
|
|
|
+ public String getTitle() {
|
|
|
return this.Title;
|
|
|
}
|
|
|
- public void setContent(String Content){
|
|
|
+
|
|
|
+ public void setContent(String Content) {
|
|
|
this.Content = Content;
|
|
|
}
|
|
|
- public String getContent(){
|
|
|
+
|
|
|
+ public String getContent() {
|
|
|
return this.Content;
|
|
|
}
|
|
|
- public void setMailbox(String Mailbox){
|
|
|
+
|
|
|
+ public void setMailbox(String Mailbox) {
|
|
|
this.Mailbox = Mailbox;
|
|
|
}
|
|
|
- public String getMailbox(){
|
|
|
+
|
|
|
+ public String getMailbox() {
|
|
|
return this.Mailbox;
|
|
|
}
|
|
|
- public void setCooperationQq(String CooperationQq){
|
|
|
+
|
|
|
+ public void setCooperationQq(String CooperationQq) {
|
|
|
this.CooperationQq = CooperationQq;
|
|
|
}
|
|
|
- public String getCooperationQq(){
|
|
|
+
|
|
|
+ public String getCooperationQq() {
|
|
|
return this.CooperationQq;
|
|
|
}
|
|
|
- public void setCreateTime(int CreateTime){
|
|
|
+
|
|
|
+ public void setCreateTime(int CreateTime) {
|
|
|
this.CreateTime = CreateTime;
|
|
|
}
|
|
|
- public int getCreateTime(){
|
|
|
+
|
|
|
+ public int getCreateTime() {
|
|
|
return this.CreateTime;
|
|
|
}
|
|
|
- public void setUpdateTime(int UpdateTime){
|
|
|
+
|
|
|
+ public void setUpdateTime(int UpdateTime) {
|
|
|
this.UpdateTime = UpdateTime;
|
|
|
}
|
|
|
- public int getUpdateTime(){
|
|
|
+
|
|
|
+ public int getUpdateTime() {
|
|
|
return this.UpdateTime;
|
|
|
}
|
|
|
- public void setId(int Id){
|
|
|
+
|
|
|
+ public void setId(int Id) {
|
|
|
this.Id = Id;
|
|
|
}
|
|
|
- public int getId(){
|
|
|
+
|
|
|
+ public int getId() {
|
|
|
return this.Id;
|
|
|
}
|
|
|
|