📄 merchantbizgroupmemberbean.java
字号:
package com.mole.struts.bean;
public class MerchantBizGroupMemberBean {
private String storeId;
private String storeName;
private String address;
private String telephone;
private String description;
private String scoreA;
private String discountA;
private String scoreB;
private String discountB;
private String voucherName;
private String voucherAmount;
private String discount;
public String getVoucherName() {
return voucherName;
}
public void setVoucherName(String voucherName) {
this.voucherName = voucherName;
}
public String getVoucherAmount() {
return voucherAmount;
}
public void setVoucherAmount(String voucherAmount) {
this.voucherAmount = voucherAmount;
}
public String getStoreId() {
return storeId;
}
public void setStoreId(String storeID) {
this.storeId = storeID;
}
public String getStoreName() {
return storeName;
}
public void setStoreName(String storeName) {
this.storeName = storeName;
}
public String getAddress() {
return address;
}
public void setAddress(String address) {
this.address = address;
}
public String getTelephone() {
return telephone;
}
public void setTelephone(String telephone) {
this.telephone = telephone;
}
public String getDescription() {
return description;
}
public void setDescription(String description) {
this.description = description;
}
public String getScoreA() {
return scoreA;
}
public void setScoreA(String scoreA) {
this.scoreA = scoreA;
}
public String getDiscountA() {
return discountA;
}
public void setDiscountA(String discountA) {
this.discountA = discountA;
}
public String getScoreB() {
return scoreB;
}
public void setScoreB(String scoreB) {
this.scoreB = scoreB;
}
public String getDiscountB() {
return discountB;
}
public void setDiscountB(String discountB) {
this.discountB = discountB;
}
public String getDiscount() {
return discount;
}
public void setDiscount(String discount) {
this.discount = discount;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -