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