/** * */ package com.hundsun.ares.studio.jres.script.api.database; /** * @author yanwj06282 * */ public interface ITableColPKDetailScriptWrap extends ITableColBaseDetailScriptWrap { /** * ���� * * @return */ public boolean isPrimaryKey(); }