package com.happy.Model; import java.util.HashMap; public class Smap { public static final HashMap<String,String> map = new HashMap<>(); }