import { Http,Util } from '@/utils';
import IBIZAPPVIEWServiceBase from './ibizappview-service-base';
/**
* 应用视图服务对象
*
* @export
* @class IBIZAPPVIEWService
* @extends {IBIZAPPVIEWServiceBase}
*/
export default class IBIZAPPVIEWService extends IBIZAPPVIEWServiceBase {
/**
* Creates an instance of IBIZAPPVIEWService.
*
* @param {*} [opts={}]
* @memberof IBIZAPPVIEWService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于4f7e772e