import IBIZSample0010UIServiceBase from './ibizsample0010-ui-service-base';

/**
 * 订单UI服务对象
 *
 * @export
 * @class IBIZSample0010UIService
 */
export default class IBIZSample0010UIService extends IBIZSample0010UIServiceBase {

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

}