/** * <p>Copyright: Copyright (c) 2013</p> * <p>Company: �������ӹɷ����޹�˾</p> */ package com.hundsun.ares.studio.atom.compiler.mysql.constant; /** * @author lvgao * */ public interface IAtomSkeletonFactoryConstantMySQL { /**ԭ�ӷ���ԭ�Ӻ���**/ public static final String SKELETONTYPE_ATOM_FUNCTION_MYSQL = "atom.function.mysql"; /**�洢����**/ public static final String SKELETONTYPE_ATOM_SERVICE_MYSQL = "atom.service.mysql"; }