SystemConstants.java

12 lines | 247 B Blame History Raw Download
package com.salesmanager.core.constants;

public class SystemConstants {
	
	

	public final static String SYSTEM_USER = "SYSTEM";
	public final static String CONFIG_VALUE_TRUE = "true";
	public final static String CONFIG_VALUE_FALSE = "false";

}