店铺用户余额
This commit is contained in:
parent
970994b51a
commit
7a1bd3dc00
|
|
@ -148,4 +148,7 @@ public class ShopUser implements Serializable {
|
||||||
private String memberName;
|
private String memberName;
|
||||||
private String openType;
|
private String openType;
|
||||||
|
|
||||||
|
public BigDecimal getAmount() {
|
||||||
|
return amount == null ? BigDecimal.ZERO : amount;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue