import { IPSExpBar } from './ipsexp-bar'; /** * * 子接口类型识别属性[] * 继承父接口类型值[WFEXPBAR] * @export * @interface IPSWFExpBar */ export type IPSWFExpBar = IPSExpBar;