using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WindowsFormsApp1.entity.tb; namespace WindowsFormsApp1.utils { class Constant { public static Dictionary tbAccountMap = new Dictionary(); public static Dictionary sdljBaseUrl = new Dictionary(); public static String token=""; } }