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