Commit bb7579b1 by Huang Linyu

后台资源添加vip价格

parent f6fa15b1
......@@ -99,6 +99,10 @@ public class ResourcePrice implements java.io.Serializable {
* 社员价
*/
private Double communePrice;
/**
* 社员价
*/
private Double vipPrice;
/**
* 社员立减金额
......@@ -324,4 +328,13 @@ public class ResourcePrice implements java.io.Serializable {
this.updateUser = updateUser;
}
@Column(name="vipPrice")
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