ibizsample0017-ui-service.ts 454 字节
import IBIZSample0017UIServiceBase from './ibizsample0017-ui-service-base';

/**
 * 订单UI服务对象
 *
 * @export
 * @class IBIZSample0017UIService
 */
export default class IBIZSample0017UIService extends IBIZSample0017UIServiceBase {

    /**
     * Creates an instance of  IBIZSample0017UIService.
     * 
     * @param {*} [opts={}]
     * @memberof  IBIZSample0017UIService
     */
    constructor(opts: any = {}) {
        super(opts);
    }

}