f2-tree-exp-viewtreeexpbar-treeexpbar-service.ts 276 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11
import { Http } from '@/utils';
import ControlService from '@/widgets/control-service';

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