public class ExchangeCoupon extends Object
private Integer
exchangePrice
transactionMinimum
ExchangeCoupon()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private Integer exchangePrice
特殊规则:取值范围 1 ≤ exchangePrice ≤ 10000000
private Integer transactionMinimum
特殊规则:取值范围 1 ≤ transactionMinimum ≤ 10000000
public ExchangeCoupon()