Commit 95ba2bab by unknown

add the outdate res

parent 5765e62e
......@@ -29,6 +29,9 @@ public class CommuneResourceV4PriceBean implements java.io.Serializable{
private Double communeMinus;
private boolean validRes;
public String getProductName() {
return productName;
}
......@@ -53,6 +56,12 @@ public class CommuneResourceV4PriceBean implements java.io.Serializable{
public void setCommuneMinus(Double communeMinus) {
this.communeMinus = communeMinus;
}
public boolean isValidRes() {
return validRes;
}
public void setValidRes(boolean validRes) {
this.validRes = validRes;
}
......
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