import { Http } from '@/utils'; import ControlService from '@/widgets/control-service'; /** * Itemlayoutpanel 部件服务对象 * * @export * @class ItemlayoutpanelService */ export default class ItemlayoutpanelService extends ControlService { }