Commit 2aa126f1 by Huang Linyu

后台资源添加vip价格

parent 583dc360
......@@ -124,6 +124,9 @@ public class ResourcePriceBean implements Serializable {
private Double communeGuestMinus;
private String updateUser;
private double vipPrice;
public Integer getId() {
return id;
......@@ -373,6 +376,14 @@ public class ResourcePriceBean implements Serializable {
public void setUpdateUser(String updateUser) {
this.updateUser = updateUser;
}
public double getVipPrice() {
return vipPrice;
}
public void setVipPrice(double vipPrice) {
this.vipPrice = vipPrice;
}
}
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 sign in to comment