import { IPSDEFormDetail } from './ipsdeform-detail'; import { IPSDEFormGroupPanel } from './ipsdeform-group-panel'; /** * * 继承父接口类型值[FORMPAGE] * @export * @interface IPSDEFormPage */ export interface IPSDEFormPage extends IPSDEFormDetail, IPSDEFormGroupPanel {}