修改篮球入场支付方式
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.sv.dto;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
public class BasketEnterResult implements Serializable {
|
||||
/**
|
||||
@@ -10,6 +11,16 @@ public class BasketEnterResult implements Serializable {
|
||||
|
||||
private String msg;
|
||||
|
||||
private BigDecimal money;
|
||||
|
||||
public BigDecimal getMoney() {
|
||||
return money;
|
||||
}
|
||||
|
||||
public void setMoney(BigDecimal money) {
|
||||
this.money = money;
|
||||
}
|
||||
|
||||
public Integer getFlg() {
|
||||
return flg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user