1
zj
14 hours ago d615fc515fc52d6ed970c11d59a017e48de4be32
src/main/java/com/nq/pojo/SiteSetting.java
@@ -25,6 +25,8 @@
    private Integer chargeMinAmt;
    private Integer chargeMaxAmt;
    private Integer buyMinNum;
    private BigDecimal forceStopFee;
@@ -107,7 +109,7 @@
    private BigDecimal hkExchangeRate;
    public SiteSetting(Integer id, BigDecimal buyFee, BigDecimal sellFee, BigDecimal stayFee, BigDecimal dutyFee, Integer stayMaxDays, Integer buyMinAmt, Integer chargeMinAmt, Integer buyMinNum, BigDecimal forceStopFee, BigDecimal buyMaxAmtPercent, BigDecimal forceStopPercent, BigDecimal hightAndLow, Integer withMinAmt, BigDecimal creaseMaxPercent, Integer buyMaxNum, Integer withTimeBegin, Integer withTimeEnd, String transAmBegin, String transAmEnd, String transPmBegin, String transPmEnd, String transAmBeginUs, String transAmEndUs, String transPmBeginUs, String transPmEndUs, Integer withFeeSingle, BigDecimal withFeePercent, String siteLever, Integer buySameTimes, Integer buySameNums, Integer buyNumTimes, Integer buyNumLots, Integer cantSellTimes, BigDecimal kcCreaseMaxPercent, Integer stockDays, BigDecimal stockRate, BigDecimal stockChaa, BigDecimal stockChab, BigDecimal stockChac, BigDecimal forceStopRemindRatio, BigDecimal cyCreaseMaxPercent, Byte fallBuyDisplay, String transAmBeginHk, String transAmEndHk, String transPmBeginHk, String transPmEndHk, BigDecimal vipQcMaxAmt, BigDecimal hkExchangeRate) {
    public SiteSetting(Integer id, BigDecimal buyFee, BigDecimal sellFee, BigDecimal stayFee, BigDecimal dutyFee, Integer stayMaxDays, Integer buyMinAmt, Integer chargeMinAmt, Integer chargeMaxAmt, Integer buyMinNum, BigDecimal forceStopFee, BigDecimal buyMaxAmtPercent, BigDecimal forceStopPercent, BigDecimal hightAndLow, Integer withMinAmt, BigDecimal creaseMaxPercent, Integer buyMaxNum, Integer withTimeBegin, Integer withTimeEnd, String transAmBegin, String transAmEnd, String transPmBegin, String transPmEnd, String transAmBeginUs, String transAmEndUs, String transPmBeginUs, String transPmEndUs, Integer withFeeSingle, BigDecimal withFeePercent, String siteLever, Integer buySameTimes, Integer buySameNums, Integer buyNumTimes, Integer buyNumLots, Integer cantSellTimes, BigDecimal kcCreaseMaxPercent, Integer stockDays, BigDecimal stockRate, BigDecimal stockChaa, BigDecimal stockChab, BigDecimal stockChac, BigDecimal forceStopRemindRatio, BigDecimal cyCreaseMaxPercent, Byte fallBuyDisplay, String transAmBeginHk, String transAmEndHk, String transPmBeginHk, String transPmEndHk, BigDecimal vipQcMaxAmt, BigDecimal hkExchangeRate) {
        this.id = id;
        this.buyFee = buyFee;
        this.sellFee = sellFee;
@@ -116,6 +118,7 @@
        this.stayMaxDays = stayMaxDays;
        this.buyMinAmt = buyMinAmt;
        this.chargeMinAmt = chargeMinAmt;
        this.chargeMaxAmt = chargeMaxAmt;
        this.buyMinNum = buyMinNum;
        this.forceStopFee = forceStopFee;
        this.buyMaxAmtPercent = buyMaxAmtPercent;
@@ -194,6 +197,10 @@
    public void setChargeMinAmt(Integer chargeMinAmt) {
        this.chargeMinAmt = chargeMinAmt;
    }
    public void setChargeMaxAmt(Integer chargeMaxAmt) {
        this.chargeMaxAmt = chargeMaxAmt;
    }
    public void setBuyMinNum(Integer buyMinNum) {
@@ -521,6 +528,11 @@
    }
    public Integer getChargeMaxAmt() {
        return this.chargeMaxAmt;
    }
    public Integer getBuyMinNum() {
        return this.buyMinNum;
    }