import { IPSPanelLogic } from './ipspanel-logic'; /** * * 子接口类型识别属性[] * @export * @interface IPSSysPanelLogic */ export type IPSSysPanelLogic = IPSPanelLogic;