EnterpriseContent.java 534 Bytes
Newer Older
PWF-WK01\pengwufeng committed
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.beecode.inz.enterprisesetting;

public interface EnterpriseContent {
	String ENTERPRISEINFO_ENTITY = "com.beecode.inz.enterprisesetting.entity.EnterpriseInfo";
	
	String ENTERPRISEINFO_DAO = "com.beecode.inz.enterprisesetting.internal.dao.EnterpriseDAOImpl";
	
	String ENTERPRISEINFO_SERVICE = "com.beecode.inz.enterprisesetting.internal.service.EnterpriseServiceImpl";
	
	String ENTERPRISEINFO_CONTROLLER = "com.beecode.inz.enterprisesetting.web.EnterpriseController";
	
	String MODULENAME = "MANAGE_BASIS_ENTERPRISE";
}