Newer
Older
Architecture / src / main / java / proto / System.java
yoichiro on 20 May 2019 215 bytes example作成中
package proto;

import java.util.HashMap;
import java.util.Map;

public class System {
	static Map<String, Company> companies = new HashMap<>();
	static Map<String, Customer> customers = new HashMap<>();
}