/** * Դ�������ƣ�IBizConstants.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.biz.core * ����˵����$desc * ����ĵ��� * ���ߣ�sundl */ package com.hundsun.ares.studio.biz.constants; /** * @author sundl * */ public interface IBizConstants { String BIZ_ROOT = "com.hundsun.ares.studio.jres.moduleroot.business"; /**���¾�����id���ݣ����Զ������� */ String BIZ_ROOT2="com.hundsun.ares.studio.biz.core.root"; String OBJ_ROOT = "com.hundsun.ares.studio.jres.obj.root"; /**ҵ��������ŷ�Χ��չkey*/ String OBJ_ID_RANGE_KEY = "objidrange"; /**����ӿڶ���ŷ�Χ��չkey*/ String SRV_ID_RANGE_KEY = "siidrange"; }