mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update lianlian启动金额
This commit is contained in:
@@ -15,10 +15,13 @@ public class Constants {
|
||||
public static final String HEX_PREFIX = "0x";
|
||||
|
||||
// 白名单默认金额
|
||||
public static final BigDecimal whitelistDefaultAmount = new BigDecimal(Constants.FIVE_HUNDRED);
|
||||
public static final BigDecimal WHITELIST_DEFAULT_AMOUNT = new BigDecimal(Constants.FIVE_HUNDRED);
|
||||
|
||||
// 余额支付默认最大金额
|
||||
public static final BigDecimal balancePayMaxAmount = new BigDecimal(Constants.TWO_HUNDRED);
|
||||
public static final BigDecimal BALANCE_PAY_MAX_AMOUNT = new BigDecimal(Constants.TWO_HUNDRED);
|
||||
|
||||
// 联联平台最大启动金额
|
||||
public static final BigDecimal LIAN_LIAN_MAX_AMOUNT = new BigDecimal(Constants.THREE_HUNDRED_FIFTY);
|
||||
|
||||
// 默认分隔符
|
||||
public static final String DEFAULT_DELIMITER = ",";
|
||||
@@ -88,6 +91,8 @@ public class Constants {
|
||||
|
||||
public static final String TWO_HUNDRED = "200";
|
||||
|
||||
public static final String THREE_HUNDRED_FIFTY = "350";
|
||||
|
||||
public static final String FIVE_HUNDRED = "500";
|
||||
|
||||
public static final int zero = 0;
|
||||
|
||||
Reference in New Issue
Block a user