import { IPSDEFDGroupLogic } from './ipsdefdgroup-logic'; /** * * 子接口类型识别属性[] * @export * @interface IPSDEFDCatGroupLogic */ export interface IPSDEFDCatGroupLogic extends IPSDEFDGroupLogic { getRelatedDetailNames(): string[] | null; get relatedDetailNames(): string[] | null; /** * 脚本代码 * @type {string} */ scriptCode: string; }