店铺用户余额
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user