import { IPSDBSysPortletPart } from './ipsdbsys-portlet-part'; /** * * 子接口类型识别属性[] * 继承父接口类型值[CUSTOM] * @export * @interface IPSDBCustomPortletPart */ export type IPSDBCustomPortletPart = IPSDBSysPortletPart;