import IBIZSample0011UIServiceBase from './ibizsample0011-ui-service-base';

/**
 * 订单明细UI服务对象
 *
 * @export
 * @class IBIZSample0011UIService
 */
export default class IBIZSample0011UIService extends IBIZSample0011UIServiceBase {

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

}