bug
This commit is contained in:
parent
5c72771138
commit
4010e06ad6
@ -12,6 +12,7 @@ public class UserExpandPO {
|
|||||||
private String userId;
|
private String userId;
|
||||||
private Long priceAdditionalPkg;
|
private Long priceAdditionalPkg;
|
||||||
private Long priceAdditionalVideoDemo;
|
private Long priceAdditionalVideoDemo;
|
||||||
|
private Long priceAdditionalUrgent;
|
||||||
private Long priceAll;
|
private Long priceAll;
|
||||||
private Long priceMaterial;
|
private Long priceMaterial;
|
||||||
private Long priceMaterialAgent;
|
private Long priceMaterialAgent;
|
||||||
@ -46,6 +47,14 @@ public class UserExpandPO {
|
|||||||
this.priceAdditionalVideoDemo = priceAdditionalVideoDemo;
|
this.priceAdditionalVideoDemo = priceAdditionalVideoDemo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Long getPriceAdditionalUrgent() {
|
||||||
|
return priceAdditionalUrgent;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPriceAdditionalUrgent(Long priceAdditionalUrgent) {
|
||||||
|
this.priceAdditionalUrgent = priceAdditionalUrgent;
|
||||||
|
}
|
||||||
|
|
||||||
public Long getPriceAll() {
|
public Long getPriceAll() {
|
||||||
return priceAll == null ? 0 : priceAll;
|
return priceAll == null ? 0 : priceAll;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user