Commit 7b88ebdd authored by Quxl's avatar Quxl

x

parent 3357efec
......@@ -100,15 +100,15 @@ public class ExportConstant {
public static final Map<String, String> currencys = new HashMap<String, String>();
static {
playShanghai.put("1", "人民币");
playShanghai.put("2", "美元");
currencys.put("1", "人民币");
currencys.put("2", "美元");
}
public static final Map<String, String> copyopts = new HashMap<String, String>();
static {
playShanghai.put("1", "安全");
playShanghai.put("2", "不安全");
playShanghai.put("3", "待定");
copyopts.put("1", "安全");
copyopts.put("2", "不安全");
copyopts.put("3", "待定");
}
public static final Map<String, String> fmtopts = new HashMap<String, String>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment