import { Http } from '@/utils';
import ControlService from '@/widgets/control-service';

/**
 * Item1layoutpanel 部件服务对象
 *
 * @export
 * @class Item1layoutpanelService
 */
export default class Item1layoutpanelService extends ControlService {
}