/** * Դ�������ƣ�IBizRefType.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.biz.core * ����˵����$desc * ����ĵ��� * ���ߣ�sundl */ package com.hundsun.ares.studio.biz.constants; /** * ҵ���߼����ֵ��������ͳ������塣 * @author sundl * */ public interface IBizRefType { /** ҵ���߼����� */ public static final String Object = "jres.biz.object"; public static final String Service = "jres.biz.service"; public static final String Std_Obj = "jres.biz.stdobj"; }