package net.changwoo.common; public class Common { public static String SUCCESS = "SUCCESS"; public static String FAIL = "FAIL"; }