添加新币种
parent
423787d310
commit
9bc774ef2b
|
@ -26,6 +26,7 @@ public class SExchangeRate implements BaseConfig {
|
|||
|
||||
private float price_7;
|
||||
|
||||
private float price_8;
|
||||
|
||||
public static HashMap<Integer, HashMap<Integer, Double>> doubleIntegerHashMap = new HashMap<>(); //币种 原货币 本货币
|
||||
|
||||
|
|
Loading…
Reference in New Issue